#ABCCCB

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

Shades of Jungle Mist #ABCCCB

Tints of Jungle Mist #ABCCCB

Color information

#ABCCCB (or 0xABCCCB) is unknown color: approx Jungle Mist. HEX triplet: AB, CC and CB. RGB value is (171,204,203). Sum of RGB (Red+Green+Blue) = 171+204+203=578 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.58% from 578); Green value is 204 (80.08% from 255 or 35.29% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCCCB is #543334. Grayscale: #C1C1C1. Windows color (decimal): -5518133 or 13356203. OLE color: 13356203.

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

Color convert

RGB171204203-
CMYK0.1600.000.2
HSL178.18º24.44%73.53%-
HSV(B)178.18º16.18%80%-
XYZ49.1756.1664.75-
YUV194.02133.07111.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.58%
GREEN value IS 204 (80.08% from 255) = 35.29%
BLUE value IS 203 (79.69% from 255) = 35.12%
R=29.58%
G=35.29%
B=35.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1712042030.1600.000.2178.1824.4473.53
HexABCCCB100014b2184a
Octal25331431320002426230112
Binary10101011110011001100101110000001010010110010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCCCB; }

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

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

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

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

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

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

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

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