Html Css Color HEX #AECCC9 Jungle Mist

📋 copy color: '#AECCC9'

red 174 ◦ green 204 ◦ blue 201

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

Shades of Jungle Mist #AECCC9

Tints of Jungle Mist #AECCC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 34.72%

R = 30.05%
G = 35.23%
B = 34.72%

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

#AECCC9 (or 0xAECCC9) is known color: Jungle Mist. HEX triplet: AE, CC and C9. RGB value is (174,204,201). Sum of RGB (Red+Green+Blue) = 174+204+201=579 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.05% from 579); Green value is 204 (80.08% from 255 or 35.23% from 579); Blue value is 201 (78.91% from 255 or 34.72% from 579); Max value from RGB is 204 - color contains mainly: green. Hex color #AECCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECCC9 is #513336. Grayscale: #C2C2C2. Windows color (decimal): -5321527 or 13225134. OLE color: 13225134.

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

Color convert

RGB 174 204 201 -
CMYK 0.15 0 0.01 0.2
HSL 174º 0.23% 0.74% -
HSV(B) 174º 0.15% 0.8% -
XYZ 49.59 56.4 63.53 -
YUV 194.69 131.56 113.24 -
System Red Green Blue C M Y K H S L
Decimal 174 204 201 0.15 0 0.01 0.2 174 0.23 0.74
Hex AE CC C9 F 0 1 14 AE 17 4A
Octal 256 314 311 17 0 1 24 256 27 112
Binary 10101110 11001100 11001001 1111 0 1 10100 10101110 10111 1001010

Color Harmonies of #AECCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECCC9

Black with #AECCC9

Text Example


Text Example

White with #AECCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECCC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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