#ABF1BF

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

Shades of Fringy Flower #ABF1BF

Tints of Fringy Flower #ABF1BF

Color information

#ABF1BF (or 0xABF1BF) is unknown color: approx Fringy Flower. HEX triplet: AB, F1 and BF. RGB value is (171,241,191). Sum of RGB (Red+Green+Blue) = 171+241+191=603 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.36% from 603); Green value is 241 (94.53% from 255 or 39.97% from 603); Blue value is 191 (75% from 255 or 31.67% from 603); Max value from RGB is 241 - color contains mainly: green. Hex color #ABF1BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF1BF is #540E40. Grayscale: #D6D6D6. Windows color (decimal): -5508673 or 12579243. OLE color: 12579243.

HSL color Cylindrical-coordinate representation of color #ABF1BF: hue angle of 137.14º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABF1BF is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB171241191-
CMYK0.2900.210.05
HSL137.14º71.43%80.78%-
HSV(B)137.14º29.05%94.51%-
XYZ57.6575.3360.79-
YUV214.37114.8197.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.36%
GREEN value IS 241 (94.53% from 255) = 39.97%
BLUE value IS 191 (75% from 255) = 31.67%
R=28.36%
G=39.97%
B=31.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712411910.2900.210.05137.1471.4380.78
HexABF1BF1D0155894751
Octal253361277350255211107121
Binary101010111111000110111111111010101011011000100110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF1BF; }

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

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

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

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

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

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

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

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