#52AA79

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

Shades of Ocean Green #52AA79

Tints of Ocean Green #52AA79

Color information

#52AA79 (or 0x52AA79) is unknown color: approx Ocean Green. HEX triplet: 52, AA and 79. RGB value is (82,170,121). Sum of RGB (Red+Green+Blue) = 82+170+121=373 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.98% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 170 - color contains mainly: green. Hex color #52AA79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AA79 is #AD5586. Grayscale: #8A8A8A. Windows color (decimal): -11359623 or 7973458. OLE color: 7973458.

HSL color Cylindrical-coordinate representation of color #52AA79: hue angle of 146.59º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #52AA79 is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB82170121-
CMYK0.5200.290.33
HSL146.59º34.92%49.41%-
HSV(B)146.59º51.76%66.67%-
XYZ21.3131.9223.13-
YUV138.1118.3587.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.98%
GREEN value IS 170 (66.80% from 255) = 45.58%
BLUE value IS 121 (47.66% from 255) = 32.44%
R=21.98%
G=45.58%
B=32.44%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal821701210.5200.290.33146.5934.9249.41
Hex52AA793401D21932331
Octal12225217164035412234361
Binary101001010101010111100111010001110110000110010011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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