#ABC9C2

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

Shades of Opal #ABC9C2

Tints of Opal #ABC9C2

Color information

#ABC9C2 (or 0xABC9C2) is unknown color: approx Opal. HEX triplet: AB, C9 and C2. RGB value is (171,201,194). Sum of RGB (Red+Green+Blue) = 171+201+194=566 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.21% from 566); Green value is 201 (78.91% from 255 or 35.51% from 566); Blue value is 194 (76.17% from 255 or 34.28% from 566); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC9C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC9C2 is #54363D. Grayscale: #BFBFBF. Windows color (decimal): -5518910 or 12765611. OLE color: 12765611.

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

Color convert

RGB171201194-
CMYK0.1500.030.21
HSL166º21.74%72.94%-
HSV(B)166º14.93%78.82%-
XYZ47.4254.3359.03-
YUV191.23129.56113.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.21%
GREEN value IS 201 (78.91% from 255) = 35.51%
BLUE value IS 194 (76.17% from 255) = 34.28%
R=30.21%
G=35.51%
B=34.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1712011940.1500.030.2116621.7472.94
HexABC9C2F0315a61649
Octal25331130217032524626111
Binary10101011110010011100001011110111010110100110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC9C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC9C2; }

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

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

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

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

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

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

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

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