Html Css Color HEX #52A981 Ocean Green

📋 copy color: '#52A981'

red 82 ◦ green 169 ◦ blue 129

#52A981
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #52A981

Tints of Ocean Green #52A981

RGB

 RED value IS 82 (32.42% from 255) = 21.58%

 GREEN value IS 169 (66.41% from 255) = 44.47%

 BLUE value IS 129 (50.78% from 255) = 33.95%

R = 21.58%
G = 44.47%
B = 33.95%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#52A981 (or 0x52A981) is known color: Ocean Green. HEX triplet: 52, A9 and 81. RGB value is (82,169,129). Sum of RGB (Red+Green+Blue) = 82+169+129=380 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.58% from 380); Green value is 169 (66.41% from 255 or 44.47% from 380); Blue value is 129 (50.78% from 255 or 33.95% from 380); Max value from RGB is 169 - color contains mainly: green. Hex color #52A981 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A981 is #AD567E. Grayscale: #8A8A8A. Windows color (decimal): -11359871 or 8497490. OLE color: 8497490.

HSL color Cylindrical-coordinate representation of color #52A981: hue angle of 152.41º degrees, saturation: 0.35, 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 #52A981 is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB 82 169 129 -
CMYK 0.51 0 0.24 0.34
HSL 152.41º 0.35% 0.49% -
HSV(B) 152.41º 0.51% 0.66% -
XYZ 21.63 31.75 25.76 -
YUV 138.43 122.68 87.75 -
System Red Green Blue C M Y K H S L
Decimal 82 169 129 0.51 0 0.24 0.34 152.41 0.35 0.49
Hex 52 A9 81 33 0 18 22 98 23 31
Octal 122 251 201 63 0 30 42 230 43 61
Binary 1010010 10101001 10000001 110011 0 11000 100010 10011000 100011 110001

Color Harmonies of #52A981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A981

Black with #52A981

Text Example


Text Example

White with #52A981

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,169,129); }

 H1.HeaderClassName
 {
   color: #52A981;
 }
 .AnyTagClassName
 {
   color: #52A981;
 }
</style>

background-color css

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

 a { background-color: rgb(82,169,129); }

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

border-color css

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

 span { border-color: rgb(82,169,129); }

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