#9ABFC0

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

Shades of Jungle Mist #9ABFC0

Tints of Jungle Mist #9ABFC0

Color information

#9ABFC0 (or 0x9ABFC0) is unknown color: approx Jungle Mist. HEX triplet: 9A, BF and C0. RGB value is (154,191,192). Sum of RGB (Red+Green+Blue) = 154+191+192=537 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.68% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 192 - color contains mainly: blue. Hex color #9ABFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABFC0 is #65403F. Grayscale: #B4B4B4. Windows color (decimal): -6635584 or 12631962. OLE color: 12631962.

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

Color convert

RGB154191192-
CMYK0.200.0100.25
HSL181.58º23.17%67.84%-
HSV(B)181.58º19.79%75.29%-
XYZ41.4747.9456.94-
YUV180.05134.74109.42-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.68%
GREEN value IS 191 (75% from 255) = 35.57%
BLUE value IS 192 (75.39% from 255) = 35.75%
R=28.68%
G=35.57%
B=35.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541911920.200.0100.25181.5823.1767.84
Hex9ABFC0141019b61744
Octal23227730024103126627104
Binary10011010101111111100000010100101100110110110101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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