#52AE79

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

Shades of Ocean Green #52AE79

Tints of Ocean Green #52AE79

Color information

#52AE79 (or 0x52AE79) is unknown color: approx Ocean Green. HEX triplet: 52, AE and 79. RGB value is (82,174,121). Sum of RGB (Red+Green+Blue) = 82+174+121=377 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.75% from 377); Green value is 174 (68.36% from 255 or 46.15% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 174 - color contains mainly: green. Hex color #52AE79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AE79 is #AD5186. Grayscale: #8C8C8C. Windows color (decimal): -11358599 or 7974482. OLE color: 7974482.

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

Color convert

RGB82174121-
CMYK0.5300.300.32
HSL145.43º36.22%50.2%-
HSV(B)145.43º52.87%68.24%-
XYZ22.0733.4523.38-
YUV140.45117.0286.31-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.75%
GREEN value IS 174 (68.36% from 255) = 46.15%
BLUE value IS 121 (47.66% from 255) = 32.10%
R=21.75%
G=46.15%
B=32.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal821741210.5300.300.32145.4336.2250.2
Hex52AE793501E20912432
Octal12225617165036402214462
Binary101001010101110111100111010101111010000010010001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AE79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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