#58A27D

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

Shades of Ocean Green #58A27D

Tints of Ocean Green #58A27D

Color information

#58A27D (or 0x58A27D) is unknown color: approx Ocean Green. HEX triplet: 58, A2 and 7D. RGB value is (88,162,125). Sum of RGB (Red+Green+Blue) = 88+162+125=375 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.47% from 375); Green value is 162 (63.67% from 255 or 43.2% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 162 - color contains mainly: green. Hex color #58A27D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A27D is #A75D82. Grayscale: #878787. Windows color (decimal): -10968451 or 8233560. OLE color: 8233560.

HSL color Cylindrical-coordinate representation of color #58A27D: hue angle of 150º 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 #58A27D is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB88162125-
CMYK0.4600.230.36
HSL150º29.6%49.02%-
HSV(B)150º45.68%63.53%-
XYZ20.6529.423.99-
YUV135.66121.9894.01-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.47%
GREEN value IS 162 (63.67% from 255) = 43.2%
BLUE value IS 125 (49.22% from 255) = 33.33%
R=23.47%
G=43.2%
B=33.33%

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
Decimal881621250.4600.230.3615029.649.02
Hex58A27D2E01724961e31
Octal13024217556027442263661
Binary10110001010001011111011011100101111001001001011011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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