Html Css Color HEX #AECCCA Jungle Mist

📋 copy color: '#AECCCA'

red 174 ◦ green 204 ◦ blue 202

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

Shades of Jungle Mist #AECCCA

Tints of Jungle Mist #AECCCA

RGB

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

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

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

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

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

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

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

Color convert

RGB 174 204 202 -
CMYK 0.15 0 0.01 0.2
HSL 176º 0.23% 0.74% -
HSV(B) 176º 0.15% 0.8% -
XYZ 49.71 56.45 64.15 -
YUV 194.8 132.06 113.16 -
System Red Green Blue C M Y K H S L
Decimal 174 204 202 0.15 0 0.01 0.2 176 0.23 0.74
Hex AE CC CA F 0 1 14 B0 17 4A
Octal 256 314 312 17 0 1 24 260 27 112
Binary 10101110 11001100 11001010 1111 0 1 10100 10110000 10111 1001010

Color Harmonies of #AECCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECCCA

Black with #AECCCA

Text Example


Text Example

White with #AECCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECCCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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