#ABC8BF

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

Shades of Opal #ABC8BF

Tints of Opal #ABC8BF

Color information

#ABC8BF (or 0xABC8BF) is unknown color: approx Opal. HEX triplet: AB, C8 and BF. RGB value is (171,200,191). Sum of RGB (Red+Green+Blue) = 171+200+191=562 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.43% from 562); Green value is 200 (78.52% from 255 or 35.59% from 562); Blue value is 191 (75% from 255 or 33.99% from 562); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC8BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC8BF is #543740. Grayscale: #BEBEBE. Windows color (decimal): -5519169 or 12568747. OLE color: 12568747.

HSL color Cylindrical-coordinate representation of color #ABC8BF: hue angle of 161.38º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABC8BF is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB171200191-
CMYK0.1400.040.22
HSL161.38º20.86%72.75%-
HSV(B)161.38º14.5%78.43%-
XYZ46.8553.7357.19-
YUV190.3128.39114.23-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.43%
GREEN value IS 200 (78.52% from 255) = 35.59%
BLUE value IS 191 (75% from 255) = 33.99%
R=30.43%
G=35.59%
B=33.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1712001910.1400.040.22161.3820.8672.75
HexABC8BFE0416a11549
Octal25331027716042624125111
Binary101010111100100010111111111001001011010100001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC8BF; }

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

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

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

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

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

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

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

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