Html Css Color HEX #AECCCE Jungle Mist

📋 copy color: '#AECCCE'

red 174 ◦ green 204 ◦ blue 206

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

Shades of Jungle Mist #AECCCE

Tints of Jungle Mist #AECCCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.27%

R = 29.79%
G = 34.93%
B = 35.27%

CMYK

 C value IS 0.16

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AECCCE (or 0xAECCCE) is known color: Jungle Mist. HEX triplet: AE, CC and CE. RGB value is (174,204,206). Sum of RGB (Red+Green+Blue) = 174+204+206=584 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.79% from 584); Green value is 204 (80.08% from 255 or 34.93% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 206 - color contains mainly: blue. Hex color #AECCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECCCE is #513331. Grayscale: #C3C3C3. Windows color (decimal): -5321522 or 13552814. OLE color: 13552814.

HSL color Cylindrical-coordinate representation of color #AECCCE: hue angle of 183.75º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AECCCE is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 204 206 -
CMYK 0.16 0.01 0 0.19
HSL 183.75º 0.25% 0.75% -
HSV(B) 183.75º 0.16% 0.81% -
XYZ 50.19 56.64 66.68 -
YUV 195.26 134.06 112.84 -
System Red Green Blue C M Y K H S L
Decimal 174 204 206 0.16 0.01 0 0.19 183.75 0.25 0.75
Hex AE CC CE 10 1 0 13 B8 19 4B
Octal 256 314 316 20 1 0 23 270 31 113
Binary 10101110 11001100 11001110 10000 1 0 10011 10111000 11001 1001011

Color Harmonies of #AECCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECCCE

Black with #AECCCE

Text Example


Text Example

White with #AECCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECCCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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