Html Css Color HEX #52A871 Ocean Green

📋 copy color: '#52A871'

red 82 ◦ green 168 ◦ blue 113

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

Shades of Ocean Green #52A871

Tints of Ocean Green #52A871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 31.13%

R = 22.59%
G = 46.28%
B = 31.13%

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

#52A871 (or 0x52A871) is known color: Ocean Green. HEX triplet: 52, A8 and 71. RGB value is (82,168,113). Sum of RGB (Red+Green+Blue) = 82+168+113=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 168 (66.02% from 255 or 46.28% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 168 - color contains mainly: green. Hex color #52A871 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A871 is #AD578E. Grayscale: #888888. Windows color (decimal): -11360143 or 7448658. OLE color: 7448658.

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

Color convert

RGB 82 168 113 -
CMYK 0.51 0 0.33 0.34
HSL 141.63º 0.34% 0.49% -
HSV(B) 141.63º 0.51% 0.66% -
XYZ 20.46 30.99 20.53 -
YUV 136.02 115.01 89.47 -
System Red Green Blue C M Y K H S L
Decimal 82 168 113 0.51 0 0.33 0.34 141.63 0.34 0.49
Hex 52 A8 71 33 0 21 22 8E 22 31
Octal 122 250 161 63 0 41 42 216 42 61
Binary 1010010 10101000 1110001 110011 0 100001 100010 10001110 100010 110001

Color Harmonies of #52A871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A871

Black with #52A871

Text Example


Text Example

White with #52A871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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