Html Css Color HEX #52AD76 Ocean Green

📋 copy color: '#52AD76'

red 82 ◦ green 173 ◦ blue 118

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

Shades of Ocean Green #52AD76

Tints of Ocean Green #52AD76

RGB

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

 GREEN value IS 173 (67.97% from 255) = 46.38%

 BLUE value IS 118 (46.48% from 255) = 31.64%

R = 21.98%
G = 46.38%
B = 31.64%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#52AD76 (or 0x52AD76) is known color: Ocean Green. HEX triplet: 52, AD and 76. RGB value is (82,173,118). Sum of RGB (Red+Green+Blue) = 82+173+118=373 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.98% from 373); Green value is 173 (67.97% from 255 or 46.38% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 173 - color contains mainly: green. Hex color #52AD76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AD76 is #AD5289. Grayscale: #8B8B8B. Windows color (decimal): -11358858 or 7777618. OLE color: 7777618.

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

Color convert

RGB 82 173 118 -
CMYK 0.53 0 0.32 0.32
HSL 143.74º 0.36% 0.5% -
HSV(B) 143.74º 0.53% 0.68% -
XYZ 21.69 32.99 22.36 -
YUV 139.52 115.85 86.97 -
System Red Green Blue C M Y K H S L
Decimal 82 173 118 0.53 0 0.32 0.32 143.74 0.36 0.5
Hex 52 AD 76 35 0 20 20 90 24 32
Octal 122 255 166 65 0 40 40 220 44 62
Binary 1010010 10101101 1110110 110101 0 100000 100000 10010000 100100 110010

Color Harmonies of #52AD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AD76

Black with #52AD76

Text Example


Text Example

White with #52AD76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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