Html Css Color HEX #52A870 Ocean Green

📋 copy color: '#52A870'

red 82 ◦ green 168 ◦ blue 112

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

Shades of Ocean Green #52A870

Tints of Ocean Green #52A870

RGB

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

 GREEN value IS 168 (66.02% from 255) = 46.41%

 BLUE value IS 112 (44.14% from 255) = 30.94%

R = 22.65%
G = 46.41%
B = 30.94%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#52A870 (or 0x52A870) is known color: Ocean Green. HEX triplet: 52, A8 and 70. RGB value is (82,168,112). Sum of RGB (Red+Green+Blue) = 82+168+112=362 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.65% from 362); Green value is 168 (66.02% from 255 or 46.41% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 168 - color contains mainly: green. Hex color #52A870 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A870 is #AD578F. Grayscale: #888888. Windows color (decimal): -11360144 or 7383122. OLE color: 7383122.

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

Color convert

RGB 82 168 112 -
CMYK 0.51 0 0.33 0.34
HSL 140.93º 0.34% 0.49% -
HSV(B) 140.93º 0.51% 0.66% -
XYZ 20.41 30.97 20.23 -
YUV 135.9 114.51 89.55 -
System Red Green Blue C M Y K H S L
Decimal 82 168 112 0.51 0 0.33 0.34 140.93 0.34 0.49
Hex 52 A8 70 33 0 21 22 8D 22 31
Octal 122 250 160 63 0 41 42 215 42 61
Binary 1010010 10101000 1110000 110011 0 100001 100010 10001101 100010 110001

Color Harmonies of #52A870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A870

Black with #52A870

Text Example


Text Example

White with #52A870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,168,112); }

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

background-color css

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

 a { background-color: rgb(82,168,112); }

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

border-color css

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

 span { border-color: rgb(82,168,112); }

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