#ABC7CB

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

Shades of Jungle Mist #ABC7CB

Tints of Jungle Mist #ABC7CB

Color information

#ABC7CB (or 0xABC7CB) is unknown color: approx Jungle Mist. HEX triplet: AB, C7 and CB. RGB value is (171,199,203). Sum of RGB (Red+Green+Blue) = 171+199+203=573 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.84% from 573); Green value is 199 (78.12% from 255 or 34.73% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 203 - color contains mainly: blue. Hex color #ABC7CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC7CB is #543834. Grayscale: #BFBFBF. Windows color (decimal): -5519413 or 13354923. OLE color: 13354923.

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

Color convert

RGB171199203-
CMYK0.160.0200.20
HSL187.5º23.53%73.33%-
HSV(B)187.5º15.76%79.61%-
XYZ4853.8264.36-
YUV191.08134.72113.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.84%
GREEN value IS 199 (78.12% from 255) = 34.73%
BLUE value IS 203 (79.69% from 255) = 35.43%
R=29.84%
G=34.73%
B=35.43%

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
Decimal1711992030.160.0200.20187.523.5373.33
HexABC7CB102014bc1849
Octal25330731320202427430111
Binary101010111100011111001011100001001010010111100110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC7CB; }

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

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

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

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

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

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

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

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