#52AD7C

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

Shades of Ocean Green #52AD7C

Tints of Ocean Green #52AD7C

Color information

#52AD7C (or 0x52AD7C) is unknown color: approx Ocean Green. HEX triplet: 52, AD and 7C. RGB value is (82,173,124). Sum of RGB (Red+Green+Blue) = 82+173+124=379 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.64% from 379); Green value is 173 (67.97% from 255 or 45.65% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 173 - color contains mainly: green. Hex color #52AD7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AD7C is #AD5283. Grayscale: #8C8C8C. Windows color (decimal): -11358852 or 8170834. OLE color: 8170834.

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

Color convert

RGB82173124-
CMYK0.5300.280.32
HSL147.69º35.69%50%-
HSV(B)147.69º52.6%67.84%-
XYZ22.0633.1424.3-
YUV140.2118.8586.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.64%
GREEN value IS 173 (67.97% from 255) = 45.65%
BLUE value IS 124 (48.83% from 255) = 32.72%
R=21.64%
G=45.65%
B=32.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal821731240.5300.280.32147.6935.6950
Hex52AD7C3501C20942432
Octal12225517465034402244462
Binary101001010101101111110011010101110010000010010100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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