#ABBEB8

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

Shades of Opal #ABBEB8

Tints of Opal #ABBEB8

Color information

#ABBEB8 (or 0xABBEB8) is unknown color: approx Opal. HEX triplet: AB, BE and B8. RGB value is (171,190,184). Sum of RGB (Red+Green+Blue) = 171+190+184=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 190 (74.61% from 255 or 34.86% from 545); Blue value is 184 (72.27% from 255 or 33.76% from 545); Max value from RGB is 190 - color contains mainly: green. Hex color #ABBEB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBEB8 is #544147. Grayscale: #B7B7B7. Windows color (decimal): -5521736 or 12107435. OLE color: 12107435.

HSL color Cylindrical-coordinate representation of color #ABBEB8: hue angle of 161.05º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABBEB8 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB171190184-
CMYK0.1000.030.25
HSL161.05º12.75%70.78%-
HSV(B)161.05º10%74.51%-
XYZ43.8648.9552.48-
YUV183.64128.21118.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.38%
GREEN value IS 190 (74.61% from 255) = 34.86%
BLUE value IS 184 (72.27% from 255) = 33.76%
R=31.38%
G=34.86%
B=33.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711901840.1000.030.25161.0512.7570.78
HexABBEB8A0319a1d47
Octal25327627012033124115107
Binary1010101110111110101110001010011110011010000111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBEB8; }

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

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

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

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

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

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

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

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