#ABF0BF

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

Shades of Fringy Flower #ABF0BF

Tints of Fringy Flower #ABF0BF

Color information

#ABF0BF (or 0xABF0BF) is unknown color: approx Fringy Flower. HEX triplet: AB, F0 and BF. RGB value is (171,240,191). Sum of RGB (Red+Green+Blue) = 171+240+191=602 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.41% from 602); Green value is 240 (94.14% from 255 or 39.87% from 602); Blue value is 191 (75% from 255 or 31.73% from 602); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF0BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF0BF is #540F40. Grayscale: #D5D5D5. Windows color (decimal): -5508929 or 12578987. OLE color: 12578987.

HSL color Cylindrical-coordinate representation of color #ABF0BF: hue angle of 137.39º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABF0BF is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB171240191-
CMYK0.2900.200.06
HSL137.39º69.7%80.59%-
HSV(B)137.39º28.75%94.12%-
XYZ57.3674.7460.69-
YUV213.78115.1497.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.41%
GREEN value IS 240 (94.14% from 255) = 39.87%
BLUE value IS 191 (75% from 255) = 31.73%
R=28.41%
G=39.87%
B=31.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1712401910.2900.200.06137.3969.780.59
HexABF0BF1D0146894651
Octal253360277350246211106121
Binary101010111111000010111111111010101001101000100110001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF0BF; }

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

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

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

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

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

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

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

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