#58A27C

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

Shades of Ocean Green #58A27C

Tints of Ocean Green #58A27C

Color information

#58A27C (or 0x58A27C) is unknown color: approx Ocean Green. HEX triplet: 58, A2 and 7C. RGB value is (88,162,124). Sum of RGB (Red+Green+Blue) = 88+162+124=374 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.53% from 374); Green value is 162 (63.67% from 255 or 43.32% from 374); Blue value is 124 (48.83% from 255 or 33.16% from 374); Max value from RGB is 162 - color contains mainly: green. Hex color #58A27C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A27C is #A75D83. Grayscale: #878787. Windows color (decimal): -10968452 or 8168024. OLE color: 8168024.

HSL color Cylindrical-coordinate representation of color #58A27C: hue angle of 149.19º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #58A27C is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB88162124-
CMYK0.4600.230.36
HSL149.19º29.6%49.02%-
HSV(B)149.19º45.68%63.53%-
XYZ20.5829.3723.65-
YUV135.54121.4894.09-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.53%
GREEN value IS 162 (63.67% from 255) = 43.32%
BLUE value IS 124 (48.83% from 255) = 33.16%
R=23.53%
G=43.32%
B=33.16%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal881621240.4600.230.36149.1929.649.02
Hex58A27C2E01724951e31
Octal13024217456027442253661
Binary10110001010001011111001011100101111001001001010111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,162,124); }

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

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

 a { background-color: rgb(88,162,124); }

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

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

 span { border-color: rgb(88,162,124); }

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