#ACCDCE

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

Shades of Jungle Mist #ACCDCE

Tints of Jungle Mist #ACCDCE

Color information

#ACCDCE (or 0xACCDCE) is unknown color: approx Jungle Mist. HEX triplet: AC, CD and CE. RGB value is (172,205,206). Sum of RGB (Red+Green+Blue) = 172+205+206=583 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.50% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 206 - color contains mainly: blue. Hex color #ACCDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDCE is #533231. Grayscale: #C3C3C3. Windows color (decimal): -5452338 or 13553068. OLE color: 13553068.

HSL color Cylindrical-coordinate representation of color #ACCDCE: hue angle of 181.76º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACCDCE is Cyan = 0.17, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB172205206-
CMYK0.170.0000.19
HSL181.76º25.76%74.12%-
HSV(B)181.76º16.5%80.78%-
XYZ49.9956.8966.74-
YUV195.25134.07111.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.50%
GREEN value IS 205 (80.47% from 255) = 35.16%
BLUE value IS 206 (80.86% from 255) = 35.33%
R=29.50%
G=35.16%
B=35.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1722052060.170.0000.19181.7625.7674.12
HexACCDCE110013b61a4a
Octal25431531621002326632112
Binary10101100110011011100111010001001001110110110110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCDCE; }

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

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

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

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

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

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

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

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