#9ABEBF

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

Shades of Jungle Mist #9ABEBF

Tints of Jungle Mist #9ABEBF

Color information

#9ABEBF (or 0x9ABEBF) is unknown color: approx Jungle Mist. HEX triplet: 9A, BE and BF. RGB value is (154,190,191). Sum of RGB (Red+Green+Blue) = 154+190+191=535 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.79% from 535); Green value is 190 (74.61% from 255 or 35.51% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 191 - color contains mainly: blue. Hex color #9ABEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABEBF is #654140. Grayscale: #B3B3B3. Windows color (decimal): -6635841 or 12566170. OLE color: 12566170.

HSL color Cylindrical-coordinate representation of color #9ABEBF: hue angle of 181.62º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9ABEBF is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB154190191-
CMYK0.190.0100.25
HSL181.62º22.42%67.65%-
HSV(B)181.62º19.37%74.9%-
XYZ41.1447.4656.28-
YUV179.35134.57109.92-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.79%
GREEN value IS 190 (74.61% from 255) = 35.51%
BLUE value IS 191 (75% from 255) = 35.70%
R=28.79%
G=35.51%
B=35.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541901910.190.0100.25181.6222.4267.65
Hex9ABEBF131019b61644
Octal23227627723103126626104
Binary10011010101111101011111110011101100110110110101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ABEBF; }

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

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

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

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

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

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

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

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