Html Css Color HEX #AEC8C7 Jungle Mist

📋 copy color: '#AEC8C7'

red 174 ◦ green 200 ◦ blue 199

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

Shades of Jungle Mist #AEC8C7

Tints of Jungle Mist #AEC8C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 34.73%

R = 30.37%
G = 34.9%
B = 34.73%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.00

 K value IS 0.22

RGB Variations

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

Color information

#AEC8C7 (or 0xAEC8C7) is known color: Jungle Mist. HEX triplet: AE, C8 and C7. RGB value is (174,200,199). Sum of RGB (Red+Green+Blue) = 174+200+199=573 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.37% from 573); Green value is 200 (78.52% from 255 or 34.90% from 573); Blue value is 199 (78.12% from 255 or 34.73% from 573); Max value from RGB is 200 - color contains mainly: green. Hex color #AEC8C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC8C7 is #513738. Grayscale: #C0C0C0. Windows color (decimal): -5322553 or 13093038. OLE color: 13093038.

HSL color Cylindrical-coordinate representation of color #AEC8C7: hue angle of 177.69º 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 #AEC8C7 is Cyan = 0.13, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.22.

Color convert

RGB 174 200 199 -
CMYK 0.13 0 0.00 0.22
HSL 177.69º 0.19% 0.73% -
HSV(B) 177.69º 0.13% 0.78% -
XYZ 48.42 54.43 61.99 -
YUV 192.11 131.89 115.08 -
System Red Green Blue C M Y K H S L
Decimal 174 200 199 0.13 0 0.00 0.22 177.69 0.19 0.73
Hex AE C8 C7 D 0 0 16 B2 13 49
Octal 256 310 307 15 0 0 26 262 23 111
Binary 10101110 11001000 11000111 1101 0 0 10110 10110010 10011 1001001

Color Harmonies of #AEC8C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC8C7

Black with #AEC8C7

Text Example


Text Example

White with #AEC8C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC8C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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