#52A882

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

Shades of Ocean Green #52A882

Tints of Ocean Green #52A882

Color information

#52A882 (or 0x52A882) is unknown color: approx Ocean Green. HEX triplet: 52, A8 and 82. RGB value is (82,168,130). Sum of RGB (Red+Green+Blue) = 82+168+130=380 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.58% from 380); Green value is 168 (66.02% from 255 or 44.21% from 380); Blue value is 130 (51.17% from 255 or 34.21% from 380); Max value from RGB is 168 - color contains mainly: green. Hex color #52A882 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A882 is #AD577D. Grayscale: #8A8A8A. Windows color (decimal): -11360126 or 8562770. OLE color: 8562770.

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

Color convert

RGB82168130-
CMYK0.5100.230.34
HSL153.49º34.4%49.02%-
HSV(B)153.49º51.19%65.88%-
XYZ21.5131.4126.05-
YUV137.95123.5188.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.58%
GREEN value IS 168 (66.02% from 255) = 44.21%
BLUE value IS 130 (51.17% from 255) = 34.21%
R=21.58%
G=44.21%
B=34.21%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal821681300.5100.230.34153.4934.449.02
Hex52A8823301722992231
Octal12225020263027422314261
Binary1010010101010001000001011001101011110001010011001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,168,130); }

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

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

 a { background-color: rgb(82,168,130); }

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

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

 span { border-color: rgb(82,168,130); }

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