Html Css Color HEX #ABC1C3 Jungle Mist

📋 copy color: '#ABC1C3'

red 171 ◦ green 193 ◦ blue 195

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

Shades of Jungle Mist #ABC1C3

Tints of Jungle Mist #ABC1C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 34.88%

R = 30.59%
G = 34.53%
B = 34.88%

CMYK

 C value IS 0.12

 M value IS 0.01

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#ABC1C3 (or 0xABC1C3) is known color: Jungle Mist. HEX triplet: AB, C1 and C3. RGB value is (171,193,195). Sum of RGB (Red+Green+Blue) = 171+193+195=559 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.59% from 559); Green value is 193 (75.78% from 255 or 34.53% from 559); Blue value is 195 (76.56% from 255 or 34.88% from 559); Max value from RGB is 195 - color contains mainly: blue. Hex color #ABC1C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC1C3 is #543E3C. Grayscale: #BABABA. Windows color (decimal): -5520957 or 12829099. OLE color: 12829099.

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

Color convert

RGB 171 193 195 -
CMYK 0.12 0.01 0 0.24
HSL 185º 0.17% 0.72% -
HSV(B) 185º 0.12% 0.76% -
XYZ 45.71 50.74 59.01 -
YUV 186.65 132.71 116.84 -
System Red Green Blue C M Y K H S L
Decimal 171 193 195 0.12 0.01 0 0.24 185 0.17 0.72
Hex AB C1 C3 C 1 0 18 B9 11 48
Octal 253 301 303 14 1 0 30 271 21 110
Binary 10101011 11000001 11000011 1100 1 0 11000 10111001 10001 1001000

Color Harmonies of #ABC1C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC1C3

Black with #ABC1C3

Text Example


Text Example

White with #ABC1C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC1C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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