#ABC4A6

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

Shades of Rainee #ABC4A6

Tints of Rainee #ABC4A6

Color information

#ABC4A6 (or 0xABC4A6) is unknown color: approx Rainee. HEX triplet: AB, C4 and A6. RGB value is (171,196,166). Sum of RGB (Red+Green+Blue) = 171+196+166=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 196 (76.95% from 255 or 36.77% from 533); Blue value is 166 (65.23% from 255 or 31.14% from 533); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC4A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC4A6 is #543B59. Grayscale: #B9B9B9. Windows color (decimal): -5520218 or 10929323. OLE color: 10929323.

HSL color Cylindrical-coordinate representation of color #ABC4A6: hue angle of 110º degrees, saturation: 0.2, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABC4A6 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.23.

Color convert

RGB171196166-
CMYK0.1300.150.23
HSL110º20.27%70.98%-
HSV(B)110º15.31%76.86%-
XYZ43.4250.8943.61-
YUV185.1117.22117.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.08%
GREEN value IS 196 (76.95% from 255) = 36.77%
BLUE value IS 166 (65.23% from 255) = 31.14%
R=32.08%
G=36.77%
B=31.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1711961660.1300.150.2311020.2770.98
HexABC4A6D0F176e1447
Octal253304246150172715624107
Binary101010111100010010100110110101111101111101110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC4A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC4A6; }

 p { color: rgb(171,196,166); }

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

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

 a { background-color: rgb(171,196,166); }

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

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

 span { border-color: rgb(171,196,166); }

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