#58a06b

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

Shades of Ocean Green #58A06B

Tints of Ocean Green #58A06B

Color information

#58A06B (or 0x58A06B) is unknown color: approx Ocean Green. HEX triplet: 58, A0 and 6B. RGB value is (88,160,107). Sum of RGB (Red+Green+Blue) = 88+160+107=355 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.79% from 355); Green value is 160 (62.89% from 255 or 45.07% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 160 - color contains mainly: green. Hex color #58A06B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A06B is #A75F94. Grayscale: #848484. Windows color (decimal): -10968981 or 7053400. OLE color: 7053400.

HSL color Cylindrical-coordinate representation of color #58A06B: hue angle of 135.83º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #58A06B is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.

Color convert

RGB88160107-
CMYK0.4500.330.37
HSL135.83º29.03%48.63%-
HSV(B)135.83º45%62.75%-
XYZ19.2528.2818.35-
YUV132.43113.6596.31-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.79%
GREEN value IS 160 (62.89% from 255) = 45.07%
BLUE value IS 107 (42.19% from 255) = 30.14%
R=24.79%
G=45.07%
B=30.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal881601070.4500.330.37135.8329.0348.63
Hex58A06B2D02125881d31
Octal13024015355041452103561
Binary101100010100000110101110110101000011001011000100011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58a06b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,160,107); }

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

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

 a { background-color: rgb(88,160,107); }

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

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

 span { border-color: rgb(88,160,107); }

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