Html Css Color HEX #52AD78 Ocean Green

📋 copy color: '#52AD78'

red 82 ◦ green 173 ◦ blue 120

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

Shades of Ocean Green #52AD78

Tints of Ocean Green #52AD78

RGB

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

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

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

R = 21.87%
G = 46.13%
B = 32%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#52AD78 (or 0x52AD78) is known color: Ocean Green. HEX triplet: 52, AD and 78. RGB value is (82,173,120). Sum of RGB (Red+Green+Blue) = 82+173+120=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 173 (67.97% from 255 or 46.13% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 173 - color contains mainly: green. Hex color #52AD78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AD78 is #AD5287. Grayscale: #8B8B8B. Windows color (decimal): -11358856 or 7908690. OLE color: 7908690.

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

Color convert

RGB 82 173 120 -
CMYK 0.53 0 0.31 0.32
HSL 145.05º 0.36% 0.5% -
HSV(B) 145.05º 0.53% 0.68% -
XYZ 21.81 33.04 23 -
YUV 139.75 116.85 86.81 -
System Red Green Blue C M Y K H S L
Decimal 82 173 120 0.53 0 0.31 0.32 145.05 0.36 0.5
Hex 52 AD 78 35 0 1F 20 91 24 32
Octal 122 255 170 65 0 37 40 221 44 62
Binary 1010010 10101101 1111000 110101 0 11111 100000 10010001 100100 110010

Color Harmonies of #52AD78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AD78

Black with #52AD78

Text Example


Text Example

White with #52AD78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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