#ACCBCE

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

Shades of Jungle Mist #ACCBCE

Tints of Jungle Mist #ACCBCE

Color information

#ACCBCE (or 0xACCBCE) is unknown color: approx Jungle Mist. HEX triplet: AC, CB and CE. RGB value is (172,203,206). Sum of RGB (Red+Green+Blue) = 172+203+206=581 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.60% from 581); Green value is 203 (79.69% from 255 or 34.94% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 206 - color contains mainly: blue. Hex color #ACCBCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCBCE is #533431. Grayscale: #C2C2C2. Windows color (decimal): -5452850 or 13552556. OLE color: 13552556.

HSL color Cylindrical-coordinate representation of color #ACCBCE: hue angle of 185.29º 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 #ACCBCE is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB172203206-
CMYK0.170.0100.19
HSL185.29º25.76%74.12%-
HSV(B)185.29º16.5%80.78%-
XYZ49.5155.9466.58-
YUV194.07134.73112.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.60%
GREEN value IS 203 (79.69% from 255) = 34.94%
BLUE value IS 206 (80.86% from 255) = 35.46%
R=29.60%
G=34.94%
B=35.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1722032060.170.0100.19185.2925.7674.12
HexACCBCE111013b91a4a
Octal25431331621102327132112
Binary10101100110010111100111010001101001110111001110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCBCE; }

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

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

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

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

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

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

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

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