#ABC3BF

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

Shades of Opal #ABC3BF

Tints of Opal #ABC3BF

Color information

#ABC3BF (or 0xABC3BF) is unknown color: approx Opal. HEX triplet: AB, C3 and BF. RGB value is (171,195,191). Sum of RGB (Red+Green+Blue) = 171+195+191=557 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.70% from 557); Green value is 195 (76.56% from 255 or 35.01% from 557); Blue value is 191 (75% from 255 or 34.29% from 557); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC3BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC3BF is #543C40. Grayscale: #BBBBBB. Windows color (decimal): -5520449 or 12567467. OLE color: 12567467.

HSL color Cylindrical-coordinate representation of color #ABC3BF: hue angle of 170º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABC3BF is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB171195191-
CMYK0.1200.020.24
HSL170º16.67%71.76%-
HSV(B)170º12.31%76.47%-
XYZ45.7151.4556.81-
YUV187.37130.05116.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.70%
GREEN value IS 195 (76.56% from 255) = 35.01%
BLUE value IS 191 (75% from 255) = 34.29%
R=30.70%
G=35.01%
B=34.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711951910.1200.020.2417016.6771.76
HexABC3BFC0218aa1148
Octal25330327714023025221110
Binary10101011110000111011111111000101100010101010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC3BF; }

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

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

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

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

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

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

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

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