#ABCAC8

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

Shades of Jungle Mist #ABCAC8

Tints of Jungle Mist #ABCAC8

Color information

#ABCAC8 (or 0xABCAC8) is unknown color: approx Jungle Mist. HEX triplet: AB, CA and C8. RGB value is (171,202,200). Sum of RGB (Red+Green+Blue) = 171+202+200=573 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.84% from 573); Green value is 202 (79.30% from 255 or 35.25% from 573); Blue value is 200 (78.52% from 255 or 34.90% from 573); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCAC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCAC8 is #543537. Grayscale: #C0C0C0. Windows color (decimal): -5518648 or 13159083. OLE color: 13159083.

HSL color Cylindrical-coordinate representation of color #ABCAC8: hue angle of 176.13º 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 #ABCAC8 is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB171202200-
CMYK0.1500.010.21
HSL176.13º22.63%73.14%-
HSV(B)176.13º15.35%79.22%-
XYZ48.3455.0762.73-
YUV192.5132.23112.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.84%
GREEN value IS 202 (79.30% from 255) = 35.25%
BLUE value IS 200 (78.52% from 255) = 34.90%
R=29.84%
G=35.25%
B=34.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1712022000.1500.010.21176.1322.6373.14
HexABCAC8F0115b01749
Octal25331231017012526027111
Binary1010101111001010110010001111011010110110000101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCAC8; }

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

 H1.HeaderClassName
 {
   color: #ABCAC8;
 }
 .AnyTagClassName
 {
   color: #ABCAC8;
 }
</style>
background-color css

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

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

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

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

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

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