Html Css Color HEX #AEC2C3 Jungle Mist

📋 copy color: '#AEC2C3'

red 174 ◦ green 194 ◦ blue 195

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

Shades of Jungle Mist #AEC2C3

Tints of Jungle Mist #AEC2C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 34.64%

R = 30.91%
G = 34.46%
B = 34.64%

CMYK

 C value IS 0.11

 M value IS 0.01

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AEC2C3 (or 0xAEC2C3) is known color: Jungle Mist. HEX triplet: AE, C2 and C3. RGB value is (174,194,195). Sum of RGB (Red+Green+Blue) = 174+194+195=563 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.91% from 563); Green value is 194 (76.17% from 255 or 34.46% from 563); Blue value is 195 (76.56% from 255 or 34.64% from 563); Max value from RGB is 195 - color contains mainly: blue. Hex color #AEC2C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC2C3 is #513D3C. Grayscale: #BCBCBC. Windows color (decimal): -5324093 or 12829358. OLE color: 12829358.

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

Color convert

RGB 174 194 195 -
CMYK 0.11 0.01 0 0.24
HSL 182.86º 0.15% 0.72% -
HSV(B) 182.86º 0.11% 0.76% -
XYZ 46.6 51.52 59.12 -
YUV 188.13 131.87 117.92 -
System Red Green Blue C M Y K H S L
Decimal 174 194 195 0.11 0.01 0 0.24 182.86 0.15 0.72
Hex AE C2 C3 B 1 0 18 B7 F 48
Octal 256 302 303 13 1 0 30 267 17 110
Binary 10101110 11000010 11000011 1011 1 0 11000 10110111 1111 1001000

Color Harmonies of #AEC2C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC2C3

Black with #AEC2C3

Text Example


Text Example

White with #AEC2C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC2C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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