#58AC85

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

Shades of Ocean Green #58AC85

Tints of Ocean Green #58AC85

Color information

#58AC85 (or 0x58AC85) is unknown color: approx Ocean Green. HEX triplet: 58, AC and 85. RGB value is (88,172,133). Sum of RGB (Red+Green+Blue) = 88+172+133=393 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.39% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 172 - color contains mainly: green. Hex color #58AC85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58AC85 is #A7537A. Grayscale: #8E8E8E. Windows color (decimal): -10965883 or 8760408. OLE color: 8760408.

HSL color Cylindrical-coordinate representation of color #58AC85: hue angle of 152.14º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #58AC85 is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB88172133-
CMYK0.4900.230.33
HSL152.14º33.6%50.98%-
HSV(B)152.14º48.84%67.45%-
XYZ23.0133.2727.4-
YUV142.44122.6789.17-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.39%
GREEN value IS 172 (67.58% from 255) = 43.77%
BLUE value IS 133 (52.34% from 255) = 33.84%
R=22.39%
G=43.77%
B=33.84%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal881721330.4900.230.33152.1433.650.98
Hex58AC853101721982233
Octal13025420561027412304263
Binary1011000101011001000010111000101011110000110011000100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58AC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,172,133); }

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

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

 a { background-color: rgb(88,172,133); }

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

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

 span { border-color: rgb(88,172,133); }

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