#52AA6A

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

Shades of Ocean Green #52AA6A

Tints of Ocean Green #52AA6A

Color information

#52AA6A (or 0x52AA6A) is unknown color: approx Ocean Green. HEX triplet: 52, AA and 6A. RGB value is (82,170,106). Sum of RGB (Red+Green+Blue) = 82+170+106=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 170 (66.80% from 255 or 47.49% from 358); Blue value is 106 (41.80% from 255 or 29.61% from 358); Max value from RGB is 170 - color contains mainly: green. Hex color #52AA6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AA6A is #AD5595. Grayscale: #888888. Windows color (decimal): -11359638 or 6990418. OLE color: 6990418.

HSL color Cylindrical-coordinate representation of color #52AA6A: hue angle of 136.36º 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 #52AA6A is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB82170106-
CMYK0.5200.380.33
HSL136.36º34.92%49.41%-
HSV(B)136.36º51.76%66.67%-
XYZ20.4631.5818.65-
YUV136.39110.8589.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.91%
GREEN value IS 170 (66.80% from 255) = 47.49%
BLUE value IS 106 (41.80% from 255) = 29.61%
R=22.91%
G=47.49%
B=29.61%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal821701060.5200.380.33136.3634.9249.41
Hex52AA6A3402621882331
Octal12225215264046412104361
Binary1010010101010101101010110100010011010000110001000100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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