#AACBCD

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

Shades of Jungle Mist #AACBCD

Tints of Jungle Mist #AACBCD

Color information

#AACBCD (or 0xAACBCD) is unknown color: approx Jungle Mist. HEX triplet: AA, CB and CD. RGB value is (170,203,205). Sum of RGB (Red+Green+Blue) = 170+203+205=578 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.41% from 578); Green value is 203 (79.69% from 255 or 35.12% 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 #AACBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACBCD is #553432. Grayscale: #C1C1C1. Windows color (decimal): -5583923 or 13487018. OLE color: 13487018.

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

Color convert

RGB170203205-
CMYK0.170.0100.20
HSL183.43º25.93%73.53%-
HSV(B)183.43º17.07%80.39%-
XYZ48.9555.6765.92-
YUV193.36134.57111.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.41%
GREEN value IS 203 (79.69% from 255) = 35.12%
BLUE value IS 205 (80.47% from 255) = 35.47%
R=29.41%
G=35.12%
B=35.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1702032050.170.0100.20183.4325.9373.53
HexAACBCD111014b71a4a
Octal25231331521102426732112
Binary10101010110010111100110110001101010010110111110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACBCD; }

 p { color: rgb(170,203,205); }

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

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

 a { background-color: rgb(170,203,205); }

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

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

 span { border-color: rgb(170,203,205); }

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