Html Css Color HEX #52A079 Ocean Green

📋 copy color: '#52A079'

red 82 ◦ green 160 ◦ blue 121

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

Shades of Ocean Green #52A079

Tints of Ocean Green #52A079

RGB

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

 GREEN value IS 160 (62.89% from 255) = 44.08%

 BLUE value IS 121 (47.66% from 255) = 33.33%

R = 22.59%
G = 44.08%
B = 33.33%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#52A079 (or 0x52A079) is known color: Ocean Green. HEX triplet: 52, A0 and 79. RGB value is (82,160,121). Sum of RGB (Red+Green+Blue) = 82+160+121=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 160 (62.89% from 255 or 44.08% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 160 - color contains mainly: green. Hex color #52A079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A079 is #AD5F86. Grayscale: #848484. Windows color (decimal): -11362183 or 7970898. OLE color: 7970898.

HSL color Cylindrical-coordinate representation of color #52A079: hue angle of 150º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #52A079 is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB 82 160 121 -
CMYK 0.49 0 0.24 0.37
HSL 150º 0.32% 0.47% -
HSV(B) 150º 0.49% 0.63% -
XYZ 19.5 28.32 22.53 -
YUV 132.23 121.66 92.17 -
System Red Green Blue C M Y K H S L
Decimal 82 160 121 0.49 0 0.24 0.37 150 0.32 0.47
Hex 52 A0 79 31 0 18 25 96 20 2F
Octal 122 240 171 61 0 30 45 226 40 57
Binary 1010010 10100000 1111001 110001 0 11000 100101 10010110 100000 101111

Color Harmonies of #52A079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A079

Black with #52A079

Text Example


Text Example

White with #52A079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,160,121); }

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

background-color css

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

 a { background-color: rgb(82,160,121); }

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

border-color css

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

 span { border-color: rgb(82,160,121); }

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