Html Css Color HEX #83A87E Amulet

📋 copy color: '#83A87E'

red 131 ◦ green 168 ◦ blue 126

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

Shades of Amulet #83A87E

Tints of Amulet #83A87E

RGB

 RED value IS 131 (51.56% from 255) = 30.82%

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

 BLUE value IS 126 (49.61% from 255) = 29.65%

R = 30.82%
G = 39.53%
B = 29.65%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.25

 K value IS 0.34

RGB Variations

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

Color information

#83A87E (or 0x83A87E) is known color: Amulet. HEX triplet: 83, A8 and 7E. RGB value is (131,168,126). Sum of RGB (Red+Green+Blue) = 131+168+126=425 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.82% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 126 (49.61% from 255 or 29.65% from 425); Max value from RGB is 168 - color contains mainly: green. Hex color #83A87E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A87E is #7C5781. Grayscale: #989898. Windows color (decimal): -8148866 or 8300675. OLE color: 8300675.

HSL color Cylindrical-coordinate representation of color #83A87E: hue angle of 112.86º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #83A87E is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB 131 168 126 -
CMYK 0.22 0 0.25 0.34
HSL 112.86º 0.19% 0.58% -
HSV(B) 112.86º 0.25% 0.66% -
XYZ 27.13 34.34 24.94 -
YUV 152.15 113.24 112.92 -
System Red Green Blue C M Y K H S L
Decimal 131 168 126 0.22 0 0.25 0.34 112.86 0.19 0.58
Hex 83 A8 7E 16 0 19 22 71 13 3A
Octal 203 250 176 26 0 31 42 161 23 72
Binary 10000011 10101000 1111110 10110 0 11001 100010 1110001 10011 111010

Color Harmonies of #83A87E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A87E

Black with #83A87E

Text Example


Text Example

White with #83A87E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83A87E; }

 p { color: rgb(131,168,126); }

 H1.HeaderClassName
 {
   color: #83A87E;
 }
 .AnyTagClassName
 {
   color: #83A87E;
 }
</style>

background-color css

<style>
 a { background-color: #83A87E; }

 a { background-color: rgb(131,168,126); }

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

border-color css

<style>
 span { border-color: #83A87E; }

 span { border-color: rgb(131,168,126); }

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