Html Css Color HEX #ABCAC9 Jungle Mist

📋 copy color: '#ABCAC9'

red 171 ◦ green 202 ◦ blue 201

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

Shades of Jungle Mist #ABCAC9

Tints of Jungle Mist #ABCAC9

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.19%

 BLUE value IS 201 (78.91% from 255) = 35.02%

R = 29.79%
G = 35.19%
B = 35.02%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.00

 K value IS 0.21

RGB Variations

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

Color information

#ABCAC9 (or 0xABCAC9) is known color: Jungle Mist. HEX triplet: AB, CA and C9. RGB value is (171,202,201). Sum of RGB (Red+Green+Blue) = 171+202+201=574 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.79% from 574); Green value is 202 (79.30% from 255 or 35.19% from 574); Blue value is 201 (78.91% from 255 or 35.02% from 574); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCAC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCAC9 is #543536. Grayscale: #C0C0C0. Windows color (decimal): -5518647 or 13224619. OLE color: 13224619.

HSL color Cylindrical-coordinate representation of color #ABCAC9: hue angle of 178.06º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABCAC9 is Cyan = 0.15, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 202 201 -
CMYK 0.15 0 0.00 0.21
HSL 178.06º 0.23% 0.73% -
HSV(B) 178.06º 0.15% 0.79% -
XYZ 48.46 55.12 63.34 -
YUV 192.62 132.73 112.58 -
System Red Green Blue C M Y K H S L
Decimal 171 202 201 0.15 0 0.00 0.21 178.06 0.23 0.73
Hex AB CA C9 F 0 0 15 B2 17 49
Octal 253 312 311 17 0 0 25 262 27 111
Binary 10101011 11001010 11001001 1111 0 0 10101 10110010 10111 1001001

Color Harmonies of #ABCAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCAC9

Black with #ABCAC9

Text Example


Text Example

White with #ABCAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCAC9; }

 p { color: rgb(171,202,201); }

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

background-color css

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

 a { background-color: rgb(171,202,201); }

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

border-color css

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

 span { border-color: rgb(171,202,201); }

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