Html Css Color HEX #AEC0BF Jungle Mist

📋 copy color: '#AEC0BF'

red 174 ◦ green 192 ◦ blue 191

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

Shades of Jungle Mist #AEC0BF

Tints of Jungle Mist #AEC0BF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.47%

 BLUE value IS 191 (75% from 255) = 34.29%

R = 31.24%
G = 34.47%
B = 34.29%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#AEC0BF (or 0xAEC0BF) is known color: Jungle Mist. HEX triplet: AE, C0 and BF. RGB value is (174,192,191). Sum of RGB (Red+Green+Blue) = 174+192+191=557 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.24% from 557); Green value is 192 (75.39% from 255 or 34.47% from 557); Blue value is 191 (75% from 255 or 34.29% from 557); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC0BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC0BF is #513F40. Grayscale: #BABABA. Windows color (decimal): -5324609 or 12566702. OLE color: 12566702.

HSL color Cylindrical-coordinate representation of color #AEC0BF: hue angle of 176.67º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AEC0BF is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 192 191 -
CMYK 0.09 0 0.01 0.25
HSL 176.67º 0.13% 0.72% -
HSV(B) 176.67º 0.09% 0.75% -
XYZ 45.71 50.46 56.62 -
YUV 186.5 130.54 119.08 -
System Red Green Blue C M Y K H S L
Decimal 174 192 191 0.09 0 0.01 0.25 176.67 0.13 0.72
Hex AE C0 BF 9 0 1 19 B1 C 48
Octal 256 300 277 11 0 1 31 261 14 110
Binary 10101110 11000000 10111111 1001 0 1 11001 10110001 1100 1001000

Color Harmonies of #AEC0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC0BF

Black with #AEC0BF

Text Example


Text Example

White with #AEC0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC0BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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