Html Css Color HEX #AECCCD Jungle Mist

📋 copy color: '#AECCCD'

red 174 ◦ green 204 ◦ blue 205

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

Shades of Jungle Mist #AECCCD

Tints of Jungle Mist #AECCCD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.99%

 BLUE value IS 205 (80.47% from 255) = 35.16%

R = 29.85%
G = 34.99%
B = 35.16%

CMYK

 C value IS 0.15

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AECCCD (or 0xAECCCD) is known color: Jungle Mist. HEX triplet: AE, CC and CD. RGB value is (174,204,205). Sum of RGB (Red+Green+Blue) = 174+204+205=583 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.85% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 205 - color contains mainly: blue. Hex color #AECCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECCCD is #513332. Grayscale: #C3C3C3. Windows color (decimal): -5321523 or 13487278. OLE color: 13487278.

HSL color Cylindrical-coordinate representation of color #AECCCD: hue angle of 181.94º 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 #AECCCD is Cyan = 0.15, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 204 205 -
CMYK 0.15 0.00 0 0.20
HSL 181.94º 0.24% 0.74% -
HSV(B) 181.94º 0.15% 0.8% -
XYZ 50.07 56.59 66.04 -
YUV 195.14 133.56 112.92 -
System Red Green Blue C M Y K H S L
Decimal 174 204 205 0.15 0.00 0 0.20 181.94 0.24 0.74
Hex AE CC CD F 0 0 14 B6 18 4A
Octal 256 314 315 17 0 0 24 266 30 112
Binary 10101110 11001100 11001101 1111 0 0 10100 10110110 11000 1001010

Color Harmonies of #AECCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECCCD

Black with #AECCCD

Text Example


Text Example

White with #AECCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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