#ABC0A8

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

Shades of Rainee #ABC0A8

Tints of Rainee #ABC0A8

Color information

#ABC0A8 (or 0xABC0A8) is unknown color: approx Rainee. HEX triplet: AB, C0 and A8. RGB value is (171,192,168). Sum of RGB (Red+Green+Blue) = 171+192+168=531 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.20% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 168 (66.02% from 255 or 31.64% from 531); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC0A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC0A8 is #543F57. Grayscale: #B7B7B7. Windows color (decimal): -5521240 or 11059371. OLE color: 11059371.

HSL color Cylindrical-coordinate representation of color #ABC0A8: hue angle of 112.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABC0A8 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB171192168-
CMYK0.1100.120.25
HSL112.5º16%70.59%-
HSV(B)112.5º12.5%75.29%-
XYZ42.7149.1844.29-
YUV182.98119.54119.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.20%
GREEN value IS 192 (75.39% from 255) = 36.16%
BLUE value IS 168 (66.02% from 255) = 31.64%
R=32.20%
G=36.16%
B=31.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711921680.1100.120.25112.51670.59
HexABC0A8B0C19701047
Octal253300250130143116020107
Binary101010111100000010101000101101100110011110000100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC0A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC0A8; }

 p { color: rgb(171,192,168); }

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

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

 a { background-color: rgb(171,192,168); }

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

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

 span { border-color: rgb(171,192,168); }

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