#ACC9CD

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

Shades of Jungle Mist #ACC9CD

Tints of Jungle Mist #ACC9CD

Color information

#ACC9CD (or 0xACC9CD) is unknown color: approx Jungle Mist. HEX triplet: AC, C9 and CD. RGB value is (172,201,205). Sum of RGB (Red+Green+Blue) = 172+201+205=578 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.76% from 578); Green value is 201 (78.91% from 255 or 34.78% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 205 - color contains mainly: blue. Hex color #ACC9CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC9CD is #533632. Grayscale: #C0C0C0. Windows color (decimal): -5453363 or 13486508. OLE color: 13486508.

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

Color convert

RGB172201205-
CMYK0.160.0200.20
HSL187.27º24.81%73.92%-
HSV(B)187.27º16.1%80.39%-
XYZ48.9254.9565.79-
YUV192.78134.89113.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.76%
GREEN value IS 201 (78.91% from 255) = 34.78%
BLUE value IS 205 (80.47% from 255) = 35.47%
R=29.76%
G=34.78%
B=35.47%

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
Decimal1722012050.160.0200.20187.2724.8173.92
HexACC9CD102014bb194a
Octal25431131520202427331112
Binary101011001100100111001101100001001010010111011110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC9CD; }

 p { color: rgb(172,201,205); }

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

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

 a { background-color: rgb(172,201,205); }

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

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

 span { border-color: rgb(172,201,205); }

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