#ABDAB7

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

Shades of Fringy Flower #ABDAB7

Tints of Fringy Flower #ABDAB7

Color information

#ABDAB7 (or 0xABDAB7) is unknown color: approx Fringy Flower. HEX triplet: AB, DA and B7. RGB value is (171,218,183). Sum of RGB (Red+Green+Blue) = 171+218+183=572 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.90% from 572); Green value is 218 (85.55% from 255 or 38.11% from 572); Blue value is 183 (71.88% from 255 or 31.99% from 572); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDAB7 is #542548. Grayscale: #C8C8C8. Windows color (decimal): -5514569 or 12049067. OLE color: 12049067.

HSL color Cylindrical-coordinate representation of color #ABDAB7: hue angle of 135.32º 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 #ABDAB7 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB171218183-
CMYK0.2200.160.15
HSL135.32º38.84%76.27%-
HSV(B)135.32º21.56%85.49%-
XYZ50.4162.2254.15-
YUV199.96118.43107.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.90%
GREEN value IS 218 (85.55% from 255) = 38.11%
BLUE value IS 183 (71.88% from 255) = 31.99%
R=29.90%
G=38.11%
B=31.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1712181830.2200.160.15135.3238.8476.27
HexABDAB716010F87274c
Octal253332267260201720747114
Binary101010111101101010110111101100100001111100001111001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDAB7; }

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

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

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

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

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

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

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

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