#ABFEBF

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

Shades of Fringy Flower #ABFEBF

Tints of Fringy Flower #ABFEBF

Color information

#ABFEBF (or 0xABFEBF) is unknown color: approx Fringy Flower. HEX triplet: AB, FE and BF. RGB value is (171,254,191). Sum of RGB (Red+Green+Blue) = 171+254+191=616 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.76% from 616); Green value is 254 (99.61% from 255 or 41.23% from 616); Blue value is 191 (75% from 255 or 31.01% from 616); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFEBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFEBF is #540140. Grayscale: #DEDEDE. Windows color (decimal): -5505345 or 12582571. OLE color: 12582571.

HSL color Cylindrical-coordinate representation of color #ABFEBF: hue angle of 134.46º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABFEBF is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB171254191-
CMYK0.3300.250.00
HSL134.46º97.65%83.33%-
HSV(B)134.46º32.68%99.61%-
XYZ61.6483.362.12-
YUV222110.591.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.76%
GREEN value IS 254 (99.61% from 255) = 41.23%
BLUE value IS 191 (75% from 255) = 31.01%
R=27.76%
G=41.23%
B=31.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1712541910.3300.250.00134.4697.6583.33
HexABFEBF210190866253
Octal253376277410310206142123
Binary10101011111111101011111110000101100101000011011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFEBF; }

 p { color: rgb(171,254,191); }

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

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

 a { background-color: rgb(171,254,191); }

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

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

 span { border-color: rgb(171,254,191); }

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