#9ABBAE

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

Shades of Skeptic #9ABBAE

Tints of Skeptic #9ABBAE

Color information

#9ABBAE (or 0x9ABBAE) is unknown color: approx Skeptic. HEX triplet: 9A, BB and AE. RGB value is (154,187,174). Sum of RGB (Red+Green+Blue) = 154+187+174=515 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.90% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 174 (68.36% from 255 or 33.79% from 515); Max value from RGB is 187 - color contains mainly: green. Hex color #9ABBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABBAE is #654451. Grayscale: #AFAFAF. Windows color (decimal): -6636626 or 11451290. OLE color: 11451290.

HSL color Cylindrical-coordinate representation of color #9ABBAE: hue angle of 156.36º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9ABBAE is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB154187174-
CMYK0.1800.070.27
HSL156.36º19.53%66.86%-
HSV(B)156.36º17.65%73.33%-
XYZ38.7445.4746.78-
YUV175.65127.07112.56-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.90%
GREEN value IS 187 (73.44% from 255) = 36.31%
BLUE value IS 174 (68.36% from 255) = 33.79%
R=29.90%
G=36.31%
B=33.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1541871740.1800.070.27156.3619.5366.86
Hex9ABBAE12071B9c1443
Octal23227325622073323424103
Binary1001101010111011101011101001001111101110011100101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,187,174); }

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

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

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

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

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

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

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