#AECACA

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

Shades of Jungle Mist #AECACA

Tints of Jungle Mist #AECACA

Color information

#AECACA (or 0xAECACA) is unknown color: approx Jungle Mist. HEX triplet: AE, CA and CA. RGB value is (174,202,202). Sum of RGB (Red+Green+Blue) = 174+202+202=578 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.10% from 578); Green value is 202 (79.30% from 255 or 34.95% from 578); Blue value is 202 (79.30% from 255 or 34.95% from 578); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #AECACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECACA is #513535. Grayscale: #C1C1C1. Windows color (decimal): -5322038 or 13290158. OLE color: 13290158.

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

Color convert

RGB174202202-
CMYK0.14000.21
HSL180º20.9%73.73%-
HSV(B)180º13.86%79.22%-
XYZ49.2455.564-
YUV193.63132.72114-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.10%
GREEN value IS 202 (79.30% from 255) = 34.95%
BLUE value IS 202 (79.30% from 255) = 34.95%
R=30.10%
G=34.95%
B=34.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1742022020.14000.2118020.973.73
HexAECACAE0015b4154a
Octal25631231216002526425112
Binary1010111011001010110010101110001010110110100101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECACA; }

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

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

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

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

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

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

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

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