Html Css Color HEX #AECACC Jungle Mist

📋 copy color: '#AECACC'

red 174 ◦ green 202 ◦ blue 204

#AECACC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Mist #AECACC

Tints of Jungle Mist #AECACC

RGB

 RED value IS 174 (68.36% from 255) = 30%

 GREEN value IS 202 (79.3% from 255) = 34.83%

 BLUE value IS 204 (80.08% from 255) = 35.17%

R = 30%
G = 34.83%
B = 35.17%

CMYK

 C value IS 0.15

 M value IS 0.01

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AECACC (or 0xAECACC) is known color: Jungle Mist. HEX triplet: AE, CA and CC. RGB value is (174,202,204). Sum of RGB (Red+Green+Blue) = 174+202+204=580 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 204 - color contains mainly: blue. Hex color #AECACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECACC is #513533. Grayscale: #C1C1C1. Windows color (decimal): -5322036 or 13421230. OLE color: 13421230.

HSL color Cylindrical-coordinate representation of color #AECACC: hue angle of 184º degrees, saturation: 0.23, 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 #AECACC is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 174 202 204 -
CMYK 0.15 0.01 0 0.2
HSL 184º 0.23% 0.74% -
HSV(B) 184º 0.15% 0.8% -
XYZ 49.48 55.6 65.25 -
YUV 193.86 133.72 113.84 -
System Red Green Blue C M Y K H S L
Decimal 174 202 204 0.15 0.01 0 0.2 184 0.23 0.74
Hex AE CA CC F 1 0 14 B8 17 4A
Octal 256 312 314 17 1 0 24 270 27 112
Binary 10101110 11001010 11001100 1111 1 0 10100 10111000 10111 1001010

Color Harmonies of #AECACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECACC

Black with #AECACC

Text Example


Text Example

White with #AECACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECACC; }

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

 H1.HeaderClassName
 {
   color: #AECACC;
 }
 .AnyTagClassName
 {
   color: #AECACC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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