#52AD6F

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

Shades of Ocean Green #52AD6F

Tints of Ocean Green #52AD6F

Color information

#52AD6F (or 0x52AD6F) is unknown color: approx Ocean Green. HEX triplet: 52, AD and 6F. RGB value is (82,173,111). Sum of RGB (Red+Green+Blue) = 82+173+111=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 173 (67.97% from 255 or 47.27% from 366); Blue value is 111 (43.75% from 255 or 30.33% from 366); Max value from RGB is 173 - color contains mainly: green. Hex color #52AD6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AD6F is #AD5290. Grayscale: #8A8A8A. Windows color (decimal): -11358865 or 7318866. OLE color: 7318866.

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

Color convert

RGB82173111-
CMYK0.5300.360.32
HSL139.12º35.69%50%-
HSV(B)139.12º52.6%67.84%-
XYZ21.2932.8320.25-
YUV138.72112.3587.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.40%
GREEN value IS 173 (67.97% from 255) = 47.27%
BLUE value IS 111 (43.75% from 255) = 30.33%
R=22.40%
G=47.27%
B=30.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal821731110.5300.360.32139.1235.6950
Hex52AD6F35024208b2432
Octal12225515765044402134462
Binary1010010101011011101111110101010010010000010001011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AD6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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