#ACC8CD

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

Shades of Jungle Mist #ACC8CD

Tints of Jungle Mist #ACC8CD

Color information

#ACC8CD (or 0xACC8CD) is unknown color: approx Jungle Mist. HEX triplet: AC, C8 and CD. RGB value is (172,200,205). Sum of RGB (Red+Green+Blue) = 172+200+205=577 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.81% from 577); Green value is 200 (78.52% from 255 or 34.66% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 205 - color contains mainly: blue. Hex color #ACC8CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC8CD is #533732. Grayscale: #C0C0C0. Windows color (decimal): -5453619 or 13486252. OLE color: 13486252.

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

Color convert

RGB172200205-
CMYK0.160.0200.20
HSL189.09º24.81%73.92%-
HSV(B)189.09º16.1%80.39%-
XYZ48.6954.4965.71-
YUV192.2135.22113.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.81%
GREEN value IS 200 (78.52% from 255) = 34.66%
BLUE value IS 205 (80.47% from 255) = 35.53%
R=29.81%
G=34.66%
B=35.53%

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
Decimal1722002050.160.0200.20189.0924.8173.92
HexACC8CD102014bd194a
Octal25431031520202427531112
Binary101011001100100011001101100001001010010111101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC8CD; }

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

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

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

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

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

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

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

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