#ABCACD

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

Shades of Jungle Mist #ABCACD

Tints of Jungle Mist #ABCACD

Color information

#ABCACD (or 0xABCACD) is unknown color: approx Jungle Mist. HEX triplet: AB, CA and CD. RGB value is (171,202,205). Sum of RGB (Red+Green+Blue) = 171+202+205=578 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.58% from 578); Green value is 202 (79.30% from 255 or 34.95% 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 #ABCACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCACD is #543532. Grayscale: #C1C1C1. Windows color (decimal): -5518643 or 13486763. OLE color: 13486763.

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

Color convert

RGB171202205-
CMYK0.170.0100.20
HSL185.29º25.37%73.73%-
HSV(B)185.29º16.59%80.39%-
XYZ48.9355.3165.85-
YUV193.07134.73112.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.58%
GREEN value IS 202 (79.30% from 255) = 34.95%
BLUE value IS 205 (80.47% from 255) = 35.47%
R=29.58%
G=34.95%
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
Decimal1712022050.170.0100.20185.2925.3773.73
HexABCACD111014b9194a
Octal25331231521102427131112
Binary10101011110010101100110110001101010010111001110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCACD; }

 p { color: rgb(171,202,205); }

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

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

 a { background-color: rgb(171,202,205); }

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

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

 span { border-color: rgb(171,202,205); }

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