#ABC9C0

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

Shades of Opal #ABC9C0

Tints of Opal #ABC9C0

Color information

#ABC9C0 (or 0xABC9C0) is unknown color: approx Opal. HEX triplet: AB, C9 and C0. RGB value is (171,201,192). Sum of RGB (Red+Green+Blue) = 171+201+192=564 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.32% from 564); Green value is 201 (78.91% from 255 or 35.64% from 564); Blue value is 192 (75.39% from 255 or 34.04% from 564); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC9C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC9C0 is #54363F. Grayscale: #BFBFBF. Windows color (decimal): -5518912 or 12634539. OLE color: 12634539.

HSL color Cylindrical-coordinate representation of color #ABC9C0: hue angle of 162º 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 #ABC9C0 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB171201192-
CMYK0.1500.040.21
HSL162º21.74%72.94%-
HSV(B)162º14.93%78.82%-
XYZ47.254.2457.85-
YUV191128.56113.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.32%
GREEN value IS 201 (78.91% from 255) = 35.64%
BLUE value IS 192 (75.39% from 255) = 34.04%
R=30.32%
G=35.64%
B=34.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1712011920.1500.040.2116221.7472.94
HexABC9C0F0415a21649
Octal25331130017042524226111
Binary101010111100100111000000111101001010110100010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC9C0; }

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

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

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

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

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

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

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

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