Html Css Color HEX #82A27D Amulet

📋 copy color: '#82A27D'

red 130 ◦ green 162 ◦ blue 125

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

Shades of Amulet #82A27D

Tints of Amulet #82A27D

RGB

 RED value IS 130 (51.17% from 255) = 31.18%

 GREEN value IS 162 (63.67% from 255) = 38.85%

 BLUE value IS 125 (49.22% from 255) = 29.98%

R = 31.18%
G = 38.85%
B = 29.98%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#82A27D (or 0x82A27D) is known color: Amulet. HEX triplet: 82, A2 and 7D. RGB value is (130,162,125). Sum of RGB (Red+Green+Blue) = 130+162+125=417 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.18% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 162 - color contains mainly: green. Hex color #82A27D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A27D is #7D5D82. Grayscale: #949494. Windows color (decimal): -8215939 or 8233602. OLE color: 8233602.

HSL color Cylindrical-coordinate representation of color #82A27D: hue angle of 111.89º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #82A27D is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 130 162 125 -
CMYK 0.20 0 0.23 0.36
HSL 111.89º 0.17% 0.56% -
HSV(B) 111.89º 0.23% 0.64% -
XYZ 25.83 32.07 24.23 -
YUV 148.21 114.9 115.01 -
System Red Green Blue C M Y K H S L
Decimal 130 162 125 0.20 0 0.23 0.36 111.89 0.17 0.56
Hex 82 A2 7D 14 0 17 24 70 11 38
Octal 202 242 175 24 0 27 44 160 21 70
Binary 10000010 10100010 1111101 10100 0 10111 100100 1110000 10001 111000

Color Harmonies of #82A27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A27D

Black with #82A27D

Text Example


Text Example

White with #82A27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82A27D; }

 p { color: rgb(130,162,125); }

 H1.HeaderClassName
 {
   color: #82A27D;
 }
 .AnyTagClassName
 {
   color: #82A27D;
 }
</style>

background-color css

<style>
 a { background-color: #82A27D; }

 a { background-color: rgb(130,162,125); }

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

border-color css

<style>
 span { border-color: #82A27D; }

 span { border-color: rgb(130,162,125); }

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