#52AD7D

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

Shades of Ocean Green #52AD7D

Tints of Ocean Green #52AD7D

Color information

#52AD7D (or 0x52AD7D) is unknown color: approx Ocean Green. HEX triplet: 52, AD and 7D. RGB value is (82,173,125). Sum of RGB (Red+Green+Blue) = 82+173+125=380 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.58% from 380); Green value is 173 (67.97% from 255 or 45.53% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 173 - color contains mainly: green. Hex color #52AD7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AD7D is #AD5282. Grayscale: #8C8C8C. Windows color (decimal): -11358851 or 8236370. OLE color: 8236370.

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

Color convert

RGB82173125-
CMYK0.5300.280.32
HSL148.35º35.69%50%-
HSV(B)148.35º52.6%67.84%-
XYZ22.1233.1624.64-
YUV140.32119.3586.4-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.58%
GREEN value IS 173 (67.97% from 255) = 45.53%
BLUE value IS 125 (49.22% from 255) = 32.89%
R=21.58%
G=45.53%
B=32.89%

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
Decimal821731250.5300.280.32148.3535.6950
Hex52AD7D3501C20942432
Octal12225517565034402244462
Binary101001010101101111110111010101110010000010010100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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