#ABC6CA

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

Shades of Jungle Mist #ABC6CA

Tints of Jungle Mist #ABC6CA

Color information

#ABC6CA (or 0xABC6CA) is unknown color: approx Jungle Mist. HEX triplet: AB, C6 and CA. RGB value is (171,198,202). Sum of RGB (Red+Green+Blue) = 171+198+202=571 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.95% from 571); Green value is 198 (77.73% from 255 or 34.68% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 202 - color contains mainly: blue. Hex color #ABC6CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC6CA is #543935. Grayscale: #BEBEBE. Windows color (decimal): -5519670 or 13289131. OLE color: 13289131.

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

Color convert

RGB171198202-
CMYK0.150.0200.21
HSL187.74º22.63%73.14%-
HSV(B)187.74º15.35%79.22%-
XYZ47.6553.3163.66-
YUV190.38134.55114.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.95%
GREEN value IS 198 (77.73% from 255) = 34.68%
BLUE value IS 202 (79.30% from 255) = 35.38%
R=29.95%
G=34.68%
B=35.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1711982020.150.0200.21187.7422.6373.14
HexABC6CAF2015bc1749
Octal25330631217202527427111
Binary10101011110001101100101011111001010110111100101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC6CA; }

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

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

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

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

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

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

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

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