#ABC1BE

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

Shades of Opal #ABC1BE

Tints of Opal #ABC1BE

Color information

#ABC1BE (or 0xABC1BE) is unknown color: approx Opal. HEX triplet: AB, C1 and BE. RGB value is (171,193,190). Sum of RGB (Red+Green+Blue) = 171+193+190=554 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.87% from 554); Green value is 193 (75.78% from 255 or 34.84% from 554); Blue value is 190 (74.61% from 255 or 34.30% from 554); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC1BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC1BE is #543E41. Grayscale: #BABABA. Windows color (decimal): -5520962 or 12501419. OLE color: 12501419.

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

Color convert

RGB171193190-
CMYK0.1100.020.24
HSL171.82º15.07%71.37%-
HSV(B)171.82º11.4%75.69%-
XYZ45.1650.5256.09-
YUV186.08130.21117.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.87%
GREEN value IS 193 (75.78% from 255) = 34.84%
BLUE value IS 190 (74.61% from 255) = 34.30%
R=30.87%
G=34.84%
B=34.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711931900.1100.020.24171.8215.0771.37
HexABC1BEB0218acf47
Octal25330127613023025417107
Binary1010101111000001101111101011010110001010110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC1BE; }

 p { color: rgb(171,193,190); }

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

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

 a { background-color: rgb(171,193,190); }

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

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

 span { border-color: rgb(171,193,190); }

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