#52AD6C

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

Shades of Ocean Green #52AD6C

Tints of Ocean Green #52AD6C

Color information

#52AD6C (or 0x52AD6C) is unknown color: approx Ocean Green. HEX triplet: 52, AD and 6C. RGB value is (82,173,108). Sum of RGB (Red+Green+Blue) = 82+173+108=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 173 (67.97% from 255 or 47.66% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 173 - color contains mainly: green. Hex color #52AD6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AD6C is #AD5293. Grayscale: #8A8A8A. Windows color (decimal): -11358868 or 7122258. OLE color: 7122258.

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

Color convert

RGB82173108-
CMYK0.5300.380.32
HSL137.14º35.69%50%-
HSV(B)137.14º52.6%67.84%-
XYZ21.1332.7619.4-
YUV138.38110.8587.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.59%
GREEN value IS 173 (67.97% from 255) = 47.66%
BLUE value IS 108 (42.58% from 255) = 29.75%
R=22.59%
G=47.66%
B=29.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal821731080.5300.380.32137.1435.6950
Hex52AD6C3502620892432
Octal12225515465046402114462
Binary1010010101011011101100110101010011010000010001001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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