#ABDAB9

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

Shades of Fringy Flower #ABDAB9

Tints of Fringy Flower #ABDAB9

Color information

#ABDAB9 (or 0xABDAB9) is unknown color: approx Fringy Flower. HEX triplet: AB, DA and B9. RGB value is (171,218,185). Sum of RGB (Red+Green+Blue) = 171+218+185=574 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.79% from 574); Green value is 218 (85.55% from 255 or 37.98% from 574); Blue value is 185 (72.66% from 255 or 32.23% from 574); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDAB9 is #542546. Grayscale: #C8C8C8. Windows color (decimal): -5514567 or 12180139. OLE color: 12180139.

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

Color convert

RGB171218185-
CMYK0.2200.150.15
HSL137.87º38.84%76.27%-
HSV(B)137.87º21.56%85.49%-
XYZ50.6262.355.26-
YUV200.18119.43107.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.79%
GREEN value IS 218 (85.55% from 255) = 37.98%
BLUE value IS 185 (72.66% from 255) = 32.23%
R=29.79%
G=37.98%
B=32.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1712181850.2200.150.15137.8738.8476.27
HexABDAB9160FF8a274c
Octal253332271260171721247114
Binary10101011110110101011100110110011111111100010101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDAB9; }

 p { color: rgb(171,218,185); }

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

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

 a { background-color: rgb(171,218,185); }

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

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

 span { border-color: rgb(171,218,185); }

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