Html Css Color HEX #AABFBE Jungle Mist

📋 copy color: '#AABFBE'

red 170 ◦ green 191 ◦ blue 190

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

Shades of Jungle Mist #AABFBE

Tints of Jungle Mist #AABFBE

RGB

 RED value IS 170 (66.8% from 255) = 30.85%

 GREEN value IS 191 (75% from 255) = 34.66%

 BLUE value IS 190 (74.61% from 255) = 34.48%

R = 30.85%
G = 34.66%
B = 34.48%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#AABFBE (or 0xAABFBE) is known color: Jungle Mist. HEX triplet: AA, BF and BE. RGB value is (170,191,190). Sum of RGB (Red+Green+Blue) = 170+191+190=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 191 (75% from 255 or 34.66% from 551); Blue value is 190 (74.61% from 255 or 34.48% from 551); Max value from RGB is 191 - color contains mainly: green. Hex color #AABFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABFBE is #554041. Grayscale: #B8B8B8. Windows color (decimal): -5587010 or 12500906. OLE color: 12500906.

HSL color Cylindrical-coordinate representation of color #AABFBE: hue angle of 177.14º degrees, saturation: 0.14, 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 #AABFBE is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 191 190 -
CMYK 0.11 0 0.01 0.25
HSL 177.14º 0.14% 0.71% -
HSV(B) 177.14º 0.11% 0.75% -
XYZ 44.5 49.53 55.93 -
YUV 184.61 131.04 117.58 -
System Red Green Blue C M Y K H S L
Decimal 170 191 190 0.11 0 0.01 0.25 177.14 0.14 0.71
Hex AA BF BE B 0 1 19 B1 E 47
Octal 252 277 276 13 0 1 31 261 16 107
Binary 10101010 10111111 10111110 1011 0 1 11001 10110001 1110 1000111

Color Harmonies of #AABFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABFBE

Black with #AABFBE

Text Example


Text Example

White with #AABFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABFBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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