#ABC9B8

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

Shades of Nebula #ABC9B8

Tints of Nebula #ABC9B8

Color information

#ABC9B8 (or 0xABC9B8) is unknown color: approx Nebula. HEX triplet: AB, C9 and B8. RGB value is (171,201,184). Sum of RGB (Red+Green+Blue) = 171+201+184=556 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.76% from 556); Green value is 201 (78.91% from 255 or 36.15% from 556); Blue value is 184 (72.27% from 255 or 33.09% from 556); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC9B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC9B8 is #543647. Grayscale: #BEBEBE. Windows color (decimal): -5518920 or 12110251. OLE color: 12110251.

HSL color Cylindrical-coordinate representation of color #ABC9B8: hue angle of 146º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABC9B8 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB171201184-
CMYK0.1500.080.21
HSL146º21.74%72.94%-
HSV(B)146º14.93%78.82%-
XYZ46.3353.8953.31-
YUV190.09124.56114.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.76%
GREEN value IS 201 (78.91% from 255) = 36.15%
BLUE value IS 184 (72.27% from 255) = 33.09%
R=30.76%
G=36.15%
B=33.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1712011840.1500.080.2114621.7472.94
HexABC9B8F0815921649
Octal253311270170102522226111
Binary1010101111001001101110001111010001010110010010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC9B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC9B8; }

 p { color: rgb(171,201,184); }

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

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

 a { background-color: rgb(171,201,184); }

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

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

 span { border-color: rgb(171,201,184); }

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