Html Css Color HEX #52A978 Ocean Green

📋 copy color: '#52A978'

red 82 ◦ green 169 ◦ blue 120

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

Shades of Ocean Green #52A978

Tints of Ocean Green #52A978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 32.35%

R = 22.1%
G = 45.55%
B = 32.35%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.29

 K value IS 0.34

RGB Variations

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

Color information

#52A978 (or 0x52A978) is known color: Ocean Green. HEX triplet: 52, A9 and 78. RGB value is (82,169,120). Sum of RGB (Red+Green+Blue) = 82+169+120=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 169 (66.41% from 255 or 45.55% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 169 - color contains mainly: green. Hex color #52A978 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A978 is #AD5687. Grayscale: #898989. Windows color (decimal): -11359880 or 7907666. OLE color: 7907666.

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

Color convert

RGB 82 169 120 -
CMYK 0.51 0 0.29 0.34
HSL 146.21º 0.35% 0.49% -
HSV(B) 146.21º 0.51% 0.66% -
XYZ 21.06 31.53 22.74 -
YUV 137.4 118.18 88.48 -
System Red Green Blue C M Y K H S L
Decimal 82 169 120 0.51 0 0.29 0.34 146.21 0.35 0.49
Hex 52 A9 78 33 0 1D 22 92 23 31
Octal 122 251 170 63 0 35 42 222 43 61
Binary 1010010 10101001 1111000 110011 0 11101 100010 10010010 100011 110001

Color Harmonies of #52A978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A978

Black with #52A978

Text Example


Text Example

White with #52A978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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