Html Css Color HEX #52A082 Patina

📋 copy color: '#52A082'

red 82 ◦ green 160 ◦ blue 130

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

Shades of Patina #52A082

Tints of Patina #52A082

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.01%

 BLUE value IS 130 (51.17% from 255) = 34.95%

R = 22.04%
G = 43.01%
B = 34.95%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#52A082 (or 0x52A082) is known color: Patina. HEX triplet: 52, A0 and 82. RGB value is (82,160,130). Sum of RGB (Red+Green+Blue) = 82+160+130=372 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.04% from 372); Green value is 160 (62.89% from 255 or 43.01% from 372); Blue value is 130 (51.17% from 255 or 34.95% from 372); Max value from RGB is 160 - color contains mainly: green. Hex color #52A082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A082 is #AD5F7D. Grayscale: #858585. Windows color (decimal): -11362174 or 8560722. OLE color: 8560722.

HSL color Cylindrical-coordinate representation of color #52A082: hue angle of 156.92º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #52A082 is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB 82 160 130 -
CMYK 0.49 0 0.19 0.37
HSL 156.92º 0.32% 0.47% -
HSV(B) 156.92º 0.49% 0.63% -
XYZ 20.08 28.55 25.57 -
YUV 133.26 126.16 91.44 -
System Red Green Blue C M Y K H S L
Decimal 82 160 130 0.49 0 0.19 0.37 156.92 0.32 0.47
Hex 52 A0 82 31 0 13 25 9D 20 2F
Octal 122 240 202 61 0 23 45 235 40 57
Binary 1010010 10100000 10000010 110001 0 10011 100101 10011101 100000 101111

Color Harmonies of #52A082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A082

Black with #52A082

Text Example


Text Example

White with #52A082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,160,130); }

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

background-color css

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

 a { background-color: rgb(82,160,130); }

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

border-color css

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

 span { border-color: rgb(82,160,130); }

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