#ABD9BB

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

Shades of Fringy Flower #ABD9BB

Tints of Fringy Flower #ABD9BB

Color information

#ABD9BB (or 0xABD9BB) is unknown color: approx Fringy Flower. HEX triplet: AB, D9 and BB. RGB value is (171,217,187). Sum of RGB (Red+Green+Blue) = 171+217+187=575 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.74% from 575); Green value is 217 (85.16% from 255 or 37.74% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 217 - color contains mainly: green. Hex color #ABD9BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD9BB is #542644. Grayscale: #C7C7C7. Windows color (decimal): -5514821 or 12310955. OLE color: 12310955.

HSL color Cylindrical-coordinate representation of color #ABD9BB: hue angle of 140.87º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABD9BB is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB171217187-
CMYK0.2100.140.15
HSL140.87º37.7%76.08%-
HSV(B)140.87º21.2%85.1%-
XYZ50.5861.8756.29-
YUV199.83120.76107.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.74%
GREEN value IS 217 (85.16% from 255) = 37.74%
BLUE value IS 187 (73.44% from 255) = 32.52%
R=29.74%
G=37.74%
B=32.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1712171870.2100.140.15140.8737.776.08
HexABD9BB150EF8d264c
Octal253331273250161721546114
Binary10101011110110011011101110101011101111100011011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD9BB; }

 p { color: rgb(171,217,187); }

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

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

 a { background-color: rgb(171,217,187); }

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

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

 span { border-color: rgb(171,217,187); }

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