#ABCAC9

Color #ABCAC9 Jungle Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Mist #ABCAC9

Tints of Jungle Mist #ABCAC9

Color information

#ABCAC9 (or 0xABCAC9) is unknown color: approx 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

RGB171202201-
CMYK0.1500.000.21
HSL178.06º22.63%73.14%-
HSV(B)178.06º15.35%79.22%-
XYZ48.4655.1263.34-
YUV192.62132.73112.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.79%
GREEN value IS 202 (79.30% 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 (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1712022010.1500.000.21178.0622.6373.14
HexABCAC9F0015b21749
Octal25331231117002526227111
Binary1010101111001010110010011111001010110110010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>