Html Css Color HEX #AECDCC Jungle Mist

📋 copy color: '#AECDCC'

red 174 ◦ green 205 ◦ blue 204

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

Shades of Jungle Mist #AECDCC

Tints of Jungle Mist #AECDCC

RGB

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

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

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

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

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

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

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

Color convert

RGB 174 205 204 -
CMYK 0.15 0 0.00 0.20
HSL 178.06º 0.24% 0.74% -
HSV(B) 178.06º 0.15% 0.8% -
XYZ 50.19 57.02 65.49 -
YUV 195.62 132.73 112.58 -
System Red Green Blue C M Y K H S L
Decimal 174 205 204 0.15 0 0.00 0.20 178.06 0.24 0.74
Hex AE CD CC F 0 0 14 B2 18 4A
Octal 256 315 314 17 0 0 24 262 30 112
Binary 10101110 11001101 11001100 1111 0 0 10100 10110010 11000 1001010

Color Harmonies of #AECDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECDCC

Black with #AECDCC

Text Example


Text Example

White with #AECDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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