Html Css Color HEX #AEC2C0 Jungle Mist

📋 copy color: '#AEC2C0'

red 174 ◦ green 194 ◦ blue 192

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

Shades of Jungle Mist #AEC2C0

Tints of Jungle Mist #AEC2C0

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.64%

 BLUE value IS 192 (75.39% from 255) = 34.29%

R = 31.07%
G = 34.64%
B = 34.29%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#AEC2C0 (or 0xAEC2C0) is known color: Jungle Mist. HEX triplet: AE, C2 and C0. RGB value is (174,194,192). Sum of RGB (Red+Green+Blue) = 174+194+192=560 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.07% from 560); Green value is 194 (76.17% from 255 or 34.64% from 560); Blue value is 192 (75.39% from 255 or 34.29% from 560); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC2C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC2C0 is #513D3F. Grayscale: #BBBBBB. Windows color (decimal): -5324096 or 12632750. OLE color: 12632750.

HSL color Cylindrical-coordinate representation of color #AEC2C0: hue angle of 174º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AEC2C0 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 194 192 -
CMYK 0.10 0 0.01 0.24
HSL 174º 0.14% 0.72% -
HSV(B) 174º 0.1% 0.76% -
XYZ 46.26 51.39 57.35 -
YUV 187.79 130.37 118.16 -
System Red Green Blue C M Y K H S L
Decimal 174 194 192 0.10 0 0.01 0.24 174 0.14 0.72
Hex AE C2 C0 A 0 1 18 AE E 48
Octal 256 302 300 12 0 1 30 256 16 110
Binary 10101110 11000010 11000000 1010 0 1 11000 10101110 1110 1001000

Color Harmonies of #AEC2C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC2C0

Black with #AEC2C0

Text Example


Text Example

White with #AEC2C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC2C0; }

 p { color: rgb(174,194,192); }

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

background-color css

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

 a { background-color: rgb(174,194,192); }

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

border-color css

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

 span { border-color: rgb(174,194,192); }

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