#ACC6CB

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

Shades of Jungle Mist #ACC6CB

Tints of Jungle Mist #ACC6CB

Color information

#ACC6CB (or 0xACC6CB) is unknown color: approx Jungle Mist. HEX triplet: AC, C6 and CB. RGB value is (172,198,203). Sum of RGB (Red+Green+Blue) = 172+198+203=573 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.02% from 573); Green value is 198 (77.73% from 255 or 34.55% 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 #ACC6CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC6CB is #533934. Grayscale: #BEBEBE. Windows color (decimal): -5454133 or 13354668. OLE color: 13354668.

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

Color convert

RGB172198203-
CMYK0.150.0200.20
HSL189.68º22.96%73.53%-
HSV(B)189.68º15.27%79.61%-
XYZ47.9953.4764.29-
YUV190.8134.89114.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.02%
GREEN value IS 198 (77.73% from 255) = 34.55%
BLUE value IS 203 (79.69% from 255) = 35.43%
R=30.02%
G=34.55%
B=35.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721982030.150.0200.20189.6822.9673.53
HexACC6CBF2014be174a
Octal25430631317202427627112
Binary10101100110001101100101111111001010010111110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC6CB; }

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

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

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

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

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

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

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

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