#9BBFAE

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

Shades of Skeptic #9BBFAE

Tints of Skeptic #9BBFAE

Color information

#9BBFAE (or 0x9BBFAE) is unknown color: approx Skeptic. HEX triplet: 9B, BF and AE. RGB value is (155,191,174). Sum of RGB (Red+Green+Blue) = 155+191+174=520 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.81% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBFAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBFAE is #644051. Grayscale: #B2B2B2. Windows color (decimal): -6570066 or 11452315. OLE color: 11452315.

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

Color convert

RGB155191174-
CMYK0.1900.090.25
HSL151.67º21.95%67.84%-
HSV(B)151.67º18.85%74.9%-
XYZ39.7947.2947.07-
YUV178.3125.57111.38-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.81%
GREEN value IS 191 (75% from 255) = 36.73%
BLUE value IS 174 (68.36% from 255) = 33.46%
R=29.81%
G=36.73%
B=33.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551911740.1900.090.25151.6721.9567.84
Hex9BBFAE130919981644
Octal233277256230113123026104
Binary10011011101111111010111010011010011100110011000101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,191,174); }

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

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

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

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

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

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

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