Html Css Color HEX #AECBC9 Jungle Mist

📋 copy color: '#AECBC9'

red 174 ◦ green 203 ◦ blue 201

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

Shades of Jungle Mist #AECBC9

Tints of Jungle Mist #AECBC9

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.12%

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

R = 30.1%
G = 35.12%
B = 34.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#AECBC9 (or 0xAECBC9) is known color: Jungle Mist. HEX triplet: AE, CB and C9. RGB value is (174,203,201). Sum of RGB (Red+Green+Blue) = 174+203+201=578 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.10% from 578); Green value is 203 (79.69% from 255 or 35.12% from 578); Blue value is 201 (78.91% from 255 or 34.78% from 578); Max value from RGB is 203 - color contains mainly: green. Hex color #AECBC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECBC9 is #513436. Grayscale: #C2C2C2. Windows color (decimal): -5321783 or 13224878. OLE color: 13224878.

HSL color Cylindrical-coordinate representation of color #AECBC9: hue angle of 175.86º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AECBC9 is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 203 201 -
CMYK 0.14 0 0.01 0.20
HSL 175.86º 0.22% 0.74% -
HSV(B) 175.86º 0.14% 0.8% -
XYZ 49.35 55.93 63.45 -
YUV 194.1 131.89 113.66 -
System Red Green Blue C M Y K H S L
Decimal 174 203 201 0.14 0 0.01 0.20 175.86 0.22 0.74
Hex AE CB C9 E 0 1 14 B0 16 4A
Octal 256 313 311 16 0 1 24 260 26 112
Binary 10101110 11001011 11001001 1110 0 1 10100 10110000 10110 1001010

Color Harmonies of #AECBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECBC9

Black with #AECBC9

Text Example


Text Example

White with #AECBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECBC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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