#9ABFBF

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

Shades of Jungle Mist #9ABFBF

Tints of Jungle Mist #9ABFBF

Color information

#9ABFBF (or 0x9ABFBF) is unknown color: approx Jungle Mist. HEX triplet: 9A, BF and BF. RGB value is (154,191,191). Sum of RGB (Red+Green+Blue) = 154+191+191=536 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.73% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #9ABFBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABFBF is #654040. Grayscale: #B3B3B3. Windows color (decimal): -6635585 or 12566426. OLE color: 12566426.

HSL color Cylindrical-coordinate representation of color #9ABFBF: hue angle of 180º 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 #9ABFBF is Cyan = 0.19, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB154191191-
CMYK0.19000.25
HSL180º22.42%67.65%-
HSV(B)180º19.37%74.9%-
XYZ41.3647.8956.35-
YUV179.94134.24109.5-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.73%
GREEN value IS 191 (75% from 255) = 35.63%
BLUE value IS 191 (75% from 255) = 35.63%
R=28.73%
G=35.63%
B=35.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541911910.19000.2518022.4267.65
Hex9ABFBF130019b41644
Octal23227727723003126426104
Binary10011010101111111011111110011001100110110100101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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