#AECACB

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

Shades of Jungle Mist #AECACB

Tints of Jungle Mist #AECACB

Color information

#AECACB (or 0xAECACB) is unknown color: approx Jungle Mist. HEX triplet: AE, CA and CB. RGB value is (174,202,203). Sum of RGB (Red+Green+Blue) = 174+202+203=579 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.05% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 203 - color contains mainly: blue. Hex color #AECACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECACB is #513534. Grayscale: #C1C1C1. Windows color (decimal): -5322037 or 13355694. OLE color: 13355694.

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

Color convert

RGB174202203-
CMYK0.140.0000.20
HSL182.07º21.8%73.92%-
HSV(B)182.07º14.29%79.61%-
XYZ49.3655.5564.62-
YUV193.74133.22113.92-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.05%
GREEN value IS 202 (79.30% from 255) = 34.89%
BLUE value IS 203 (79.69% from 255) = 35.06%
R=30.05%
G=34.89%
B=35.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1742022030.140.0000.20182.0721.873.92
HexAECACBE0014b6164a
Octal25631231316002426626112
Binary1010111011001010110010111110001010010110110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECACB; }

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

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

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

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

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

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

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

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