#ABF1BA

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

Shades of Fringy Flower #ABF1BA

Tints of Fringy Flower #ABF1BA

Color information

#ABF1BA (or 0xABF1BA) is unknown color: approx Fringy Flower. HEX triplet: AB, F1 and BA. RGB value is (171,241,186). Sum of RGB (Red+Green+Blue) = 171+241+186=598 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.60% from 598); Green value is 241 (94.53% from 255 or 40.30% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 241 - color contains mainly: green. Hex color #ABF1BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF1BA is #540E45. Grayscale: #D5D5D5. Windows color (decimal): -5508678 or 12251563. OLE color: 12251563.

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

Color convert

RGB171241186-
CMYK0.2900.230.05
HSL132.86º71.43%80.78%-
HSV(B)132.86º29.05%94.51%-
XYZ57.1175.1157.94-
YUV213.8112.3197.47-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.60%
GREEN value IS 241 (94.53% from 255) = 40.30%
BLUE value IS 186 (73.05% from 255) = 31.10%
R=28.60%
G=40.30%
B=31.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712411860.2900.230.05132.8671.4380.78
HexABF1BA1D0175854751
Octal253361272350275205107121
Binary101010111111000110111010111010101111011000010110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF1BA; }

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

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

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

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

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

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

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

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