#ABFAB7

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

Shades of Fringy Flower #ABFAB7

Tints of Fringy Flower #ABFAB7

Color information

#ABFAB7 (or 0xABFAB7) is unknown color: approx Fringy Flower. HEX triplet: AB, FA and B7. RGB value is (171,250,183). Sum of RGB (Red+Green+Blue) = 171+250+183=604 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.31% from 604); Green value is 250 (98.05% from 255 or 41.39% from 604); Blue value is 183 (71.88% from 255 or 30.30% from 604); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFAB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFAB7 is #540548. Grayscale: #DADADA. Windows color (decimal): -5506377 or 12057259. OLE color: 12057259.

HSL color Cylindrical-coordinate representation of color #ABFAB7: hue angle of 129.11º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFAB7 is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB171250183-
CMYK0.3200.270.02
HSL129.11º88.76%82.55%-
HSV(B)129.11º31.6%98.04%-
XYZ59.5380.4557.19-
YUV218.74107.8393.95-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.31%
GREEN value IS 250 (98.05% from 255) = 41.39%
BLUE value IS 183 (71.88% from 255) = 30.30%
R=28.31%
G=41.39%
B=30.30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1712501830.3200.270.02129.1188.7682.55
HexABFAB72001B2815953
Octal253372267400332201131123
Binary101010111111101010110111100000011011101000000110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFAB7; }

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

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

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

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

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

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

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

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