#9ABFAE

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

Shades of Skeptic #9ABFAE

Tints of Skeptic #9ABFAE

Color information

#9ABFAE (or 0x9ABFAE) is unknown color: approx Skeptic. HEX triplet: 9A, BF and AE. RGB value is (154,191,174). Sum of RGB (Red+Green+Blue) = 154+191+174=519 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.67% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 191 - color contains mainly: green. Hex color #9ABFAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABFAE is #654051. Grayscale: #B2B2B2. Windows color (decimal): -6635602 or 11452314. OLE color: 11452314.

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

Color convert

RGB154191174-
CMYK0.1900.090.25
HSL152.43º22.42%67.65%-
HSV(B)152.43º19.37%74.9%-
XYZ39.647.1947.07-
YUV178125.74110.88-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.67%
GREEN value IS 191 (75% from 255) = 36.80%
BLUE value IS 174 (68.36% from 255) = 33.53%
R=29.67%
G=36.80%
B=33.53%

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
Decimal1541911740.1900.090.25152.4322.4267.65
Hex9ABFAE130919981644
Octal232277256230113123026104
Binary10011010101111111010111010011010011100110011000101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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