Html Css Color HEX #ABC1C0 Jungle Mist

📋 copy color: '#ABC1C0'

red 171 ◦ green 193 ◦ blue 192

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

Shades of Jungle Mist #ABC1C0

Tints of Jungle Mist #ABC1C0

RGB

 RED value IS 171 (67.19% from 255) = 30.76%

 GREEN value IS 193 (75.78% from 255) = 34.71%

 BLUE value IS 192 (75.39% from 255) = 34.53%

R = 30.76%
G = 34.71%
B = 34.53%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#ABC1C0 (or 0xABC1C0) is known color: Jungle Mist. HEX triplet: AB, C1 and C0. RGB value is (171,193,192). Sum of RGB (Red+Green+Blue) = 171+193+192=556 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.76% from 556); Green value is 193 (75.78% from 255 or 34.71% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC1C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC1C0 is #543E3F. Grayscale: #BABABA. Windows color (decimal): -5520960 or 12632491. OLE color: 12632491.

HSL color Cylindrical-coordinate representation of color #ABC1C0: hue angle of 177.27º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABC1C0 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 193 192 -
CMYK 0.11 0 0.01 0.24
HSL 177.27º 0.15% 0.71% -
HSV(B) 177.27º 0.11% 0.76% -
XYZ 45.38 50.6 57.24 -
YUV 186.31 131.21 117.08 -
System Red Green Blue C M Y K H S L
Decimal 171 193 192 0.11 0 0.01 0.24 177.27 0.15 0.71
Hex AB C1 C0 B 0 1 18 B1 F 47
Octal 253 301 300 13 0 1 30 261 17 107
Binary 10101011 11000001 11000000 1011 0 1 11000 10110001 1111 1000111

Color Harmonies of #ABC1C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC1C0

Black with #ABC1C0

Text Example


Text Example

White with #ABC1C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC1C0; }

 p { color: rgb(171,193,192); }

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

background-color css

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

 a { background-color: rgb(171,193,192); }

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

border-color css

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

 span { border-color: rgb(171,193,192); }

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