Html Css Color HEX #AEC8C5 Jungle Mist

📋 copy color: '#AEC8C5'

red 174 ◦ green 200 ◦ blue 197

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

Shades of Jungle Mist #AEC8C5

Tints of Jungle Mist #AEC8C5

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.03%

 BLUE value IS 197 (77.34% from 255) = 34.5%

R = 30.47%
G = 35.03%
B = 34.5%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#AEC8C5 (or 0xAEC8C5) is known color: Jungle Mist. HEX triplet: AE, C8 and C5. RGB value is (174,200,197). Sum of RGB (Red+Green+Blue) = 174+200+197=571 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.47% from 571); Green value is 200 (78.52% from 255 or 35.03% from 571); Blue value is 197 (77.34% from 255 or 34.50% from 571); Max value from RGB is 200 - color contains mainly: green. Hex color #AEC8C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC8C5 is #51373A. Grayscale: #BFBFBF. Windows color (decimal): -5322555 or 12961966. OLE color: 12961966.

HSL color Cylindrical-coordinate representation of color #AEC8C5: hue angle of 173.08º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AEC8C5 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB 174 200 197 -
CMYK 0.13 0 0.02 0.22
HSL 173.08º 0.19% 0.73% -
HSV(B) 173.08º 0.13% 0.78% -
XYZ 48.19 54.34 60.77 -
YUV 191.88 130.89 115.24 -
System Red Green Blue C M Y K H S L
Decimal 174 200 197 0.13 0 0.02 0.22 173.08 0.19 0.73
Hex AE C8 C5 D 0 2 16 AD 13 49
Octal 256 310 305 15 0 2 26 255 23 111
Binary 10101110 11001000 11000101 1101 0 10 10110 10101101 10011 1001001

Color Harmonies of #AEC8C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC8C5

Black with #AEC8C5

Text Example


Text Example

White with #AEC8C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC8C5; }

 p { color: rgb(174,200,197); }

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

background-color css

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

 a { background-color: rgb(174,200,197); }

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

border-color css

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

 span { border-color: rgb(174,200,197); }

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