#9ABEA8

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

Shades of Skeptic #9ABEA8

Tints of Skeptic #9ABEA8

Color information

#9ABEA8 (or 0x9ABEA8) is unknown color: approx Skeptic. HEX triplet: 9A, BE and A8. RGB value is (154,190,168). Sum of RGB (Red+Green+Blue) = 154+190+168=512 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.08% from 512); Green value is 190 (74.61% from 255 or 37.11% from 512); Blue value is 168 (66.02% from 255 or 32.81% from 512); Max value from RGB is 190 - color contains mainly: green. Hex color #9ABEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABEA8 is #654157. Grayscale: #B0B0B0. Windows color (decimal): -6635864 or 11058842. OLE color: 11058842.

HSL color Cylindrical-coordinate representation of color #9ABEA8: hue angle of 143.33º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9ABEA8 is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB154190168-
CMYK0.1900.120.25
HSL143.33º21.69%67.45%-
HSV(B)143.33º18.95%74.51%-
XYZ38.8146.5243.98-
YUV176.73123.07111.79-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.08%
GREEN value IS 190 (74.61% from 255) = 37.11%
BLUE value IS 168 (66.02% from 255) = 32.81%
R=30.08%
G=37.11%
B=32.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541901680.1900.120.25143.3321.6967.45
Hex9ABEA8130C198f1643
Octal232276250230143121726103
Binary10011010101111101010100010011011001100110001111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,190,168); }

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

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

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

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

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

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

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