#52AD85

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

Shades of Ocean Green #52AD85

Tints of Ocean Green #52AD85

Color information

#52AD85 (or 0x52AD85) is unknown color: approx Ocean Green. HEX triplet: 52, AD and 85. RGB value is (82,173,133). Sum of RGB (Red+Green+Blue) = 82+173+133=388 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.13% from 388); Green value is 173 (67.97% from 255 or 44.59% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 173 - color contains mainly: green. Hex color #52AD85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AD85 is #AD527A. Grayscale: #8D8D8D. Windows color (decimal): -11358843 or 8760658. OLE color: 8760658.

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

Color convert

RGB82173133-
CMYK0.5300.230.32
HSL153.63º35.69%50%-
HSV(B)153.63º52.6%67.84%-
XYZ22.6633.3727.44-
YUV141.23123.3585.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.13%
GREEN value IS 173 (67.97% from 255) = 44.59%
BLUE value IS 133 (52.34% from 255) = 34.28%
R=21.13%
G=44.59%
B=34.28%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal821731330.5300.230.32153.6335.6950
Hex52AD8535017209a2432
Octal12225520565027402324462
Binary1010010101011011000010111010101011110000010011010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,173,133); }

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

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

 a { background-color: rgb(82,173,133); }

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

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

 span { border-color: rgb(82,173,133); }

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