#ABC8CA

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

Shades of Jungle Mist #ABC8CA

Tints of Jungle Mist #ABC8CA

Color information

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

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

Color convert

RGB171200202-
CMYK0.150.0100.21
HSL183.87º22.63%73.14%-
HSV(B)183.87º15.35%79.22%-
XYZ48.1154.2363.81-
YUV191.56133.89113.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1712002020.150.0100.21183.8722.6373.14
HexABC8CAF1015b81749
Octal25331031217102527027111
Binary1010101111001000110010101111101010110111000101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC8CA; }

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

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

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

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

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

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

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

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