#ABC4BE

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

Shades of Opal #ABC4BE

Tints of Opal #ABC4BE

Color information

#ABC4BE (or 0xABC4BE) is unknown color: approx Opal. HEX triplet: AB, C4 and BE. RGB value is (171,196,190). Sum of RGB (Red+Green+Blue) = 171+196+190=557 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.70% from 557); Green value is 196 (76.95% from 255 or 35.19% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC4BE is #543B41. Grayscale: #BBBBBB. Windows color (decimal): -5520194 or 12502187. OLE color: 12502187.

HSL color Cylindrical-coordinate representation of color #ABC4BE: hue angle of 165.6º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABC4BE is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB171196190-
CMYK0.1300.030.23
HSL165.6º17.48%71.96%-
HSV(B)165.6º12.76%76.86%-
XYZ45.8351.8656.31-
YUV187.84129.22115.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.70%
GREEN value IS 196 (76.95% from 255) = 35.19%
BLUE value IS 190 (74.61% from 255) = 34.11%
R=30.70%
G=35.19%
B=34.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1711961900.1300.030.23165.617.4871.96
HexABC4BED0317a61148
Octal25330427615032724621110
Binary10101011110001001011111011010111011110100110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC4BE; }

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

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

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

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

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

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

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

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