#52AD6E

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

Shades of Ocean Green #52AD6E

Tints of Ocean Green #52AD6E

Color information

#52AD6E (or 0x52AD6E) is unknown color: approx Ocean Green. HEX triplet: 52, AD and 6E. RGB value is (82,173,110). Sum of RGB (Red+Green+Blue) = 82+173+110=365 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.47% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 173 - color contains mainly: green. Hex color #52AD6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AD6E is #AD5291. Grayscale: #8A8A8A. Windows color (decimal): -11358866 or 7253330. OLE color: 7253330.

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

Color convert

RGB82173110-
CMYK0.5300.360.32
HSL138.46º35.69%50%-
HSV(B)138.46º52.6%67.84%-
XYZ21.2432.8119.96-
YUV138.61111.8587.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.47%
GREEN value IS 173 (67.97% from 255) = 47.40%
BLUE value IS 110 (43.36% from 255) = 30.14%
R=22.47%
G=47.40%
B=30.14%

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
Decimal821731100.5300.360.32138.4635.6950
Hex52AD6E35024208a2432
Octal12225515665044402124462
Binary1010010101011011101110110101010010010000010001010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AD6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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