Html Css Color HEX #AEC8C6 Jungle Mist

📋 copy color: '#AEC8C6'

red 174 ◦ green 200 ◦ blue 198

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

Shades of Jungle Mist #AEC8C6

Tints of Jungle Mist #AEC8C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 34.62%

R = 30.42%
G = 34.97%
B = 34.62%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#AEC8C6 (or 0xAEC8C6) is known color: Jungle Mist. HEX triplet: AE, C8 and C6. RGB value is (174,200,198). Sum of RGB (Red+Green+Blue) = 174+200+198=572 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.42% from 572); Green value is 200 (78.52% from 255 or 34.97% from 572); Blue value is 198 (77.73% from 255 or 34.62% from 572); Max value from RGB is 200 - color contains mainly: green. Hex color #AEC8C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC8C6 is #513739. Grayscale: #BFBFBF. Windows color (decimal): -5322554 or 13027502. OLE color: 13027502.

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

Color convert

RGB 174 200 198 -
CMYK 0.13 0 0.01 0.22
HSL 175.38º 0.19% 0.73% -
HSV(B) 175.38º 0.13% 0.78% -
XYZ 48.3 54.38 61.38 -
YUV 192 131.39 115.16 -
System Red Green Blue C M Y K H S L
Decimal 174 200 198 0.13 0 0.01 0.22 175.38 0.19 0.73
Hex AE C8 C6 D 0 1 16 AF 13 49
Octal 256 310 306 15 0 1 26 257 23 111
Binary 10101110 11001000 11000110 1101 0 1 10110 10101111 10011 1001001

Color Harmonies of #AEC8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC8C6

Black with #AEC8C6

Text Example


Text Example

White with #AEC8C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC8C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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