#52AF86

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

Shades of Ocean Green #52AF86

Tints of Ocean Green #52AF86

Color information

#52AF86 (or 0x52AF86) is unknown color: approx Ocean Green. HEX triplet: 52, AF and 86. RGB value is (82,175,134). Sum of RGB (Red+Green+Blue) = 82+175+134=391 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.97% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 134 (52.73% from 255 or 34.27% from 391); Max value from RGB is 175 - color contains mainly: green. Hex color #52AF86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AF86 is #AD5079. Grayscale: #8E8E8E. Windows color (decimal): -11358330 or 8826706. OLE color: 8826706.

HSL color Cylindrical-coordinate representation of color #52AF86: hue angle of 153.55º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52AF86 is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB82175134-
CMYK0.5300.230.31
HSL153.55º36.76%50.39%-
HSV(B)153.55º53.14%68.63%-
XYZ23.1134.1827.93-
YUV142.52123.1984.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.97%
GREEN value IS 175 (68.75% from 255) = 44.76%
BLUE value IS 134 (52.73% from 255) = 34.27%
R=20.97%
G=44.76%
B=34.27%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal821751340.5300.230.31153.5536.7650.39
Hex52AF86350171F9a2532
Octal12225720665027372324562
Binary101001010101111100001101101010101111111110011010100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52AF86; }

 p { color: rgb(82,175,134); }

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

<style>
 a { background-color: #52AF86; }

 a { background-color: rgb(82,175,134); }

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

<style>
 span { border-color: #52AF86; }

 span { border-color: rgb(82,175,134); }

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