#58AC86

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

Shades of Ocean Green #58AC86

Tints of Ocean Green #58AC86

Color information

#58AC86 (or 0x58AC86) is unknown color: approx Ocean Green. HEX triplet: 58, AC and 86. RGB value is (88,172,134). Sum of RGB (Red+Green+Blue) = 88+172+134=394 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.34% from 394); Green value is 172 (67.58% from 255 or 43.65% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 172 - color contains mainly: green. Hex color #58AC86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58AC86 is #A75379. Grayscale: #8E8E8E. Windows color (decimal): -10965882 or 8825944. OLE color: 8825944.

HSL color Cylindrical-coordinate representation of color #58AC86: hue angle of 152.86º 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 #58AC86 is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB88172134-
CMYK0.4900.220.33
HSL152.86º33.6%50.98%-
HSV(B)152.86º48.84%67.45%-
XYZ23.0833.327.77-
YUV142.55123.1789.09-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.34%
GREEN value IS 172 (67.58% from 255) = 43.65%
BLUE value IS 134 (52.73% from 255) = 34.01%
R=22.34%
G=43.65%
B=34.01%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal881721340.4900.220.33152.8633.650.98
Hex58AC863101621992233
Octal13025420661026412314263
Binary1011000101011001000011011000101011010000110011001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58AC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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