#58AD6F

Color #58AD6F Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #58AD6F

Tints of Ocean Green #58AD6F

Color information

#58AD6F (or 0x58AD6F) is unknown color: approx Ocean Green. HEX triplet: 58, AD and 6F. RGB value is (88,173,111). Sum of RGB (Red+Green+Blue) = 88+173+111=372 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.66% from 372); Green value is 173 (67.97% from 255 or 46.51% from 372); Blue value is 111 (43.75% from 255 or 29.84% from 372); Max value from RGB is 173 - color contains mainly: green. Hex color #58AD6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58AD6F is #A75290. Grayscale: #8C8C8C. Windows color (decimal): -10965649 or 7318872. OLE color: 7318872.

HSL color Cylindrical-coordinate representation of color #58AD6F: hue angle of 136.24º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #58AD6F is Cyan = 0.49, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB88173111-
CMYK0.4900.360.32
HSL136.24º34.14%51.18%-
HSV(B)136.24º49.13%67.84%-
XYZ21.8433.1120.28-
YUV140.52111.3490.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 88 (34.77% from 255) = 23.66%
GREEN value IS 173 (67.97% from 255) = 46.51%
BLUE value IS 111 (43.75% from 255) = 29.84%
R=23.66%
G=46.51%
B=29.84%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal881731110.4900.360.32136.2434.1451.18
Hex58AD6F3102420882233
Octal13025515761044402104263
Binary1011000101011011101111110001010010010000010001000100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58AD6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58AD6F; }

 p { color: rgb(88,173,111); }

 H1.HeaderClassName
 {
   color: #58AD6F;
 }
 .AnyTagClassName
 {
   color: #58AD6F;
 }
</style>
background-color css

<style>
 a { background-color: #58AD6F; }

 a { background-color: rgb(88,173,111); }

 div.DivClassName
 {
   background-color: #58AD6F;
 }
 .BgClassName
 {
   background-color: #58AD6F;
 }
</style>
border-color css

<style>
 span { border-color: #58AD6F; }

 span { border-color: rgb(88,173,111); }

 td.TdClassName
 {
   border-color: #58AD6F;
 }
 .TagClassName
 {
   border-color: #58AD6F;
 }
</style>