#ABC6CB

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

Shades of Jungle Mist #ABC6CB

Tints of Jungle Mist #ABC6CB

Color information

#ABC6CB (or 0xABC6CB) is unknown color: approx Jungle Mist. HEX triplet: AB, C6 and CB. RGB value is (171,198,203). Sum of RGB (Red+Green+Blue) = 171+198+203=572 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.90% from 572); Green value is 198 (77.73% from 255 or 34.62% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 203 - color contains mainly: blue. Hex color #ABC6CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC6CB is #543934. Grayscale: #BEBEBE. Windows color (decimal): -5519669 or 13354667. OLE color: 13354667.

HSL color Cylindrical-coordinate representation of color #ABC6CB: hue angle of 189.38º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABC6CB is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB171198203-
CMYK0.160.0200.20
HSL189.38º23.53%73.33%-
HSV(B)189.38º15.76%79.61%-
XYZ47.7753.3664.28-
YUV190.5135.05114.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.90%
GREEN value IS 198 (77.73% from 255) = 34.62%
BLUE value IS 203 (79.69% from 255) = 35.49%
R=29.90%
G=34.62%
B=35.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1711982030.160.0200.20189.3823.5373.33
HexABC6CB102014bd1849
Octal25330631320202427530111
Binary101010111100011011001011100001001010010111101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC6CB; }

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

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

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

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

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

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

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

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