#52AD82

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

Shades of Ocean Green #52AD82

Tints of Ocean Green #52AD82

Color information

#52AD82 (or 0x52AD82) is unknown color: approx Ocean Green. HEX triplet: 52, AD and 82. RGB value is (82,173,130). Sum of RGB (Red+Green+Blue) = 82+173+130=385 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.30% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 173 - color contains mainly: green. Hex color #52AD82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AD82 is #AD527D. Grayscale: #8C8C8C. Windows color (decimal): -11358846 or 8564050. OLE color: 8564050.

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

Color convert

RGB82173130-
CMYK0.5300.250.32
HSL151.65º35.69%50%-
HSV(B)151.65º52.6%67.84%-
XYZ22.4533.2926.36-
YUV140.89121.8586-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.30%
GREEN value IS 173 (67.97% from 255) = 44.94%
BLUE value IS 130 (51.17% from 255) = 33.77%
R=21.30%
G=44.94%
B=33.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal821731300.5300.250.32151.6535.6950
Hex52AD823501920982432
Octal12225520265031402304462
Binary1010010101011011000001011010101100110000010011000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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