#58A96C

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

Shades of Ocean Green #58A96C

Tints of Ocean Green #58A96C

Color information

#58A96C (or 0x58A96C) is unknown color: approx Ocean Green. HEX triplet: 58, A9 and 6C. RGB value is (88,169,108). Sum of RGB (Red+Green+Blue) = 88+169+108=365 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.11% from 365); Green value is 169 (66.41% from 255 or 46.30% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 169 - color contains mainly: green. Hex color #58A96C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A96C is #A75693. Grayscale: #898989. Windows color (decimal): -10966676 or 7121240. OLE color: 7121240.

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

Color convert

RGB88169108-
CMYK0.4800.360.34
HSL134.81º32.02%50.39%-
HSV(B)134.81º47.93%66.27%-
XYZ20.9231.5319.17-
YUV137.83111.1692.46-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.11%
GREEN value IS 169 (66.41% from 255) = 46.30%
BLUE value IS 108 (42.58% from 255) = 29.59%
R=24.11%
G=46.30%
B=29.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal881691080.4800.360.34134.8132.0250.39
Hex58A96C3002422872032
Octal13025115460044422074062
Binary1011000101010011101100110000010010010001010000111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,169,108); }

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

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

 a { background-color: rgb(88,169,108); }

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

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

 span { border-color: rgb(88,169,108); }

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