#52AE71

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

Shades of Ocean Green #52AE71

Tints of Ocean Green #52AE71

Color information

#52AE71 (or 0x52AE71) is unknown color: approx Ocean Green. HEX triplet: 52, AE and 71. RGB value is (82,174,113). Sum of RGB (Red+Green+Blue) = 82+174+113=369 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.22% from 369); Green value is 174 (68.36% from 255 or 47.15% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 174 - color contains mainly: green. Hex color #52AE71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AE71 is #AD518E. Grayscale: #8B8B8B. Windows color (decimal): -11358607 or 7450194. OLE color: 7450194.

HSL color Cylindrical-coordinate representation of color #52AE71: hue angle of 140.22º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52AE71 is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB82174113-
CMYK0.5300.350.32
HSL140.22º36.22%50.2%-
HSV(B)140.22º52.87%68.24%-
XYZ21.633.2620.9-
YUV139.54113.0286.96-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.22%
GREEN value IS 174 (68.36% from 255) = 47.15%
BLUE value IS 113 (44.53% from 255) = 30.62%
R=22.22%
G=47.15%
B=30.62%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal821741130.5300.350.32140.2236.2250.2
Hex52AE7135023208c2432
Octal12225616165043402144462
Binary1010010101011101110001110101010001110000010001100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,174,113); }

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

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

 a { background-color: rgb(82,174,113); }

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

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

 span { border-color: rgb(82,174,113); }

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