#AECACD

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

Shades of Jungle Mist #AECACD

Tints of Jungle Mist #AECACD

Color information

#AECACD (or 0xAECACD) is unknown color: approx Jungle Mist. HEX triplet: AE, CA and CD. RGB value is (174,202,205). Sum of RGB (Red+Green+Blue) = 174+202+205=581 (76% of max value = 765). Red value is 174 (68.36% from 255 or 29.95% from 581); Green value is 202 (79.30% from 255 or 34.77% 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 #AECACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECACD is #513532. Grayscale: #C1C1C1. Windows color (decimal): -5322035 or 13486766. OLE color: 13486766.

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

Color convert

RGB174202205-
CMYK0.150.0100.20
HSL185.81º23.66%74.31%-
HSV(B)185.81º15.12%80.39%-
XYZ49.655.6565.88-
YUV193.97134.22113.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.95%
GREEN value IS 202 (79.30% from 255) = 34.77%
BLUE value IS 205 (80.47% from 255) = 35.28%
R=29.95%
G=34.77%
B=35.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1742022050.150.0100.20185.8123.6674.31
HexAECACDF1014ba184a
Octal25631231517102427230112
Binary1010111011001010110011011111101010010111010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECACD; }

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

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

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

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

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

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

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

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