#ABF1BB

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

Shades of Fringy Flower #ABF1BB

Tints of Fringy Flower #ABF1BB

Color information

#ABF1BB (or 0xABF1BB) is unknown color: approx Fringy Flower. HEX triplet: AB, F1 and BB. RGB value is (171,241,187). Sum of RGB (Red+Green+Blue) = 171+241+187=599 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.55% from 599); Green value is 241 (94.53% from 255 or 40.23% from 599); Blue value is 187 (73.44% from 255 or 31.22% from 599); Max value from RGB is 241 - color contains mainly: green. Hex color #ABF1BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF1BB is #540E44. Grayscale: #D6D6D6. Windows color (decimal): -5508677 or 12317099. OLE color: 12317099.

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

Color convert

RGB171241187-
CMYK0.2900.220.05
HSL133.71º71.43%80.78%-
HSV(B)133.71º29.05%94.51%-
XYZ57.2275.1658.5-
YUV213.91112.8197.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.55%
GREEN value IS 241 (94.53% from 255) = 40.23%
BLUE value IS 187 (73.44% from 255) = 31.22%
R=28.55%
G=40.23%
B=31.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712411870.2900.220.05133.7171.4380.78
HexABF1BB1D0165864751
Octal253361273350265206107121
Binary101010111111000110111011111010101101011000011010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF1BB; }

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

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

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

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

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

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

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

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