#58A66C

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

Shades of Ocean Green #58A66C

Tints of Ocean Green #58A66C

Color information

#58A66C (or 0x58A66C) is unknown color: approx Ocean Green. HEX triplet: 58, A6 and 6C. RGB value is (88,166,108). Sum of RGB (Red+Green+Blue) = 88+166+108=362 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.31% from 362); Green value is 166 (65.23% from 255 or 45.86% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 166 - color contains mainly: green. Hex color #58A66C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A66C is #A75993. Grayscale: #888888. Windows color (decimal): -10967444 or 7120472. OLE color: 7120472.

HSL color Cylindrical-coordinate representation of color #58A66C: hue angle of 135.38º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #58A66C is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB88166108-
CMYK0.4700.350.35
HSL135.38º30.71%49.8%-
HSV(B)135.38º46.99%65.1%-
XYZ20.3730.4318.99-
YUV136.07112.1693.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.31%
GREEN value IS 166 (65.23% from 255) = 45.86%
BLUE value IS 108 (42.58% from 255) = 29.83%
R=24.31%
G=45.86%
B=29.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal881661080.4700.350.35135.3830.7149.8
Hex58A66C2F02323871f32
Octal13024615457043432073762
Binary101100010100110110110010111101000111000111000011111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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