#AABEBE

Color #AABEBE Jungle Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Mist #AABEBE

Tints of Jungle Mist #AABEBE

Color information

#AABEBE (or 0xAABEBE) is unknown color: approx Jungle Mist. HEX triplet: AA, BE and BE. RGB value is (170,190,190). Sum of RGB (Red+Green+Blue) = 170+190+190=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 190 (74.61% from 255 or 34.55% from 550); Blue value is 190 (74.61% from 255 or 34.55% from 550); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #AABEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABEBE is #554141. Grayscale: #B8B8B8. Windows color (decimal): -5587266 or 12500650. OLE color: 12500650.

HSL color Cylindrical-coordinate representation of color #AABEBE: hue angle of 180º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AABEBE is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB170190190-
CMYK0.11000.25
HSL180º13.33%70.59%-
HSV(B)180º10.53%74.51%-
XYZ44.2949.0955.86-
YUV184.02131.37118-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.91%
GREEN value IS 190 (74.61% from 255) = 34.55%
BLUE value IS 190 (74.61% from 255) = 34.55%
R=30.91%
G=34.55%
B=34.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701901900.11000.2518013.3370.59
HexAABEBEB0019b4d47
Octal25227627613003126415107
Binary101010101011111010111110101100110011011010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABEBE; }

 p { color: rgb(170,190,190); }

 H1.HeaderClassName
 {
   color: #AABEBE;
 }
 .AnyTagClassName
 {
   color: #AABEBE;
 }
</style>
background-color css

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

 a { background-color: rgb(170,190,190); }

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

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

 span { border-color: rgb(170,190,190); }

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