#ABC9C3

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

Shades of Opal #ABC9C3

Tints of Opal #ABC9C3

Color information

#ABC9C3 (or 0xABC9C3) is unknown color: approx Opal. HEX triplet: AB, C9 and C3. RGB value is (171,201,195). Sum of RGB (Red+Green+Blue) = 171+201+195=567 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.16% from 567); Green value is 201 (78.91% from 255 or 35.45% from 567); Blue value is 195 (76.56% from 255 or 34.39% from 567); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC9C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC9C3 is #54363C. Grayscale: #BFBFBF. Windows color (decimal): -5518909 or 12831147. OLE color: 12831147.

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

Color convert

RGB171201195-
CMYK0.1500.030.21
HSL168º21.74%72.94%-
HSV(B)168º14.93%78.82%-
XYZ47.5354.3759.62-
YUV191.35130.06113.49-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.16%
GREEN value IS 201 (78.91% from 255) = 35.45%
BLUE value IS 195 (76.56% from 255) = 34.39%
R=30.16%
G=35.45%
B=34.39%

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
Decimal1712011950.1500.030.2116821.7472.94
HexABC9C3F0315a81649
Octal25331130317032525026111
Binary10101011110010011100001111110111010110101000101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC9C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC9C3; }

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

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

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

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

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

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

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

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