#ACCCCD

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

Shades of Jungle Mist #ACCCCD

Tints of Jungle Mist #ACCCCD

Color information

#ACCCCD (or 0xACCCCD) is unknown color: approx Jungle Mist. HEX triplet: AC, CC and CD. RGB value is (172,204,205). Sum of RGB (Red+Green+Blue) = 172+204+205=581 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.60% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 205 - color contains mainly: blue. Hex color #ACCCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCCCD is #533332. Grayscale: #C2C2C2. Windows color (decimal): -5452595 or 13487276. OLE color: 13487276.

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

Color convert

RGB172204205-
CMYK0.160.0000.20
HSL181.82º24.81%73.92%-
HSV(B)181.82º16.1%80.39%-
XYZ49.6356.3666.02-
YUV194.55133.9111.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.60%
GREEN value IS 204 (80.08% from 255) = 35.11%
BLUE value IS 205 (80.47% from 255) = 35.28%
R=29.60%
G=35.11%
B=35.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1722042050.160.0000.20181.8224.8173.92
HexACCCCD100014b6194a
Octal25431431520002426631112
Binary10101100110011001100110110000001010010110110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCCCD; }

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

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

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

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

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

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

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

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