#52A676

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

Shades of Ocean Green #52A676

Tints of Ocean Green #52A676

Color information

#52A676 (or 0x52A676) is unknown color: approx Ocean Green. HEX triplet: 52, A6 and 76. RGB value is (82,166,118). Sum of RGB (Red+Green+Blue) = 82+166+118=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 166 (65.23% from 255 or 45.36% from 366); Blue value is 118 (46.48% from 255 or 32.24% from 366); Max value from RGB is 166 - color contains mainly: green. Hex color #52A676 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A676 is #AD5989. Grayscale: #878787. Windows color (decimal): -11360650 or 7775826. OLE color: 7775826.

HSL color Cylindrical-coordinate representation of color #52A676: hue angle of 145.71º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #52A676 is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB82166118-
CMYK0.5100.290.35
HSL145.71º33.87%48.63%-
HSV(B)145.71º50.6%65.1%-
XYZ20.3930.3721.93-
YUV135.41118.1789.9-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.40%
GREEN value IS 166 (65.23% from 255) = 45.36%
BLUE value IS 118 (46.48% from 255) = 32.24%
R=22.40%
G=45.36%
B=32.24%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal821661180.5100.290.35145.7133.8748.63
Hex52A6763301D23922231
Octal12224616663035432224261
Binary101001010100110111011011001101110110001110010010100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,166,118); }

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

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

 a { background-color: rgb(82,166,118); }

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

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

 span { border-color: rgb(82,166,118); }

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