#52AF72

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

Shades of Ocean Green #52AF72

Tints of Ocean Green #52AF72

Color information

#52AF72 (or 0x52AF72) is unknown color: approx Ocean Green. HEX triplet: 52, AF and 72. RGB value is (82,175,114). Sum of RGB (Red+Green+Blue) = 82+175+114=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 175 - color contains mainly: green. Hex color #52AF72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AF72 is #AD508D. Grayscale: #8C8C8C. Windows color (decimal): -11358350 or 7515986. OLE color: 7515986.

HSL color Cylindrical-coordinate representation of color #52AF72: hue angle of 140.65º 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 #52AF72 is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB82175114-
CMYK0.5300.350.31
HSL140.65º36.76%50.39%-
HSV(B)140.65º53.14%68.63%-
XYZ21.8533.6721.27-
YUV140.24113.1986.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.10%
GREEN value IS 175 (68.75% from 255) = 47.17%
BLUE value IS 114 (44.92% from 255) = 30.73%
R=22.10%
G=47.17%
B=30.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal821751140.5300.350.31140.6536.7650.39
Hex52AF72350231F8d2532
Octal12225716265043372154562
Binary101001010101111111001011010101000111111110001101100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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