#ABF5BA

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

Shades of Fringy Flower #ABF5BA

Tints of Fringy Flower #ABF5BA

Color information

#ABF5BA (or 0xABF5BA) is unknown color: approx Fringy Flower. HEX triplet: AB, F5 and BA. RGB value is (171,245,186). Sum of RGB (Red+Green+Blue) = 171+245+186=602 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.41% from 602); Green value is 245 (96.09% from 255 or 40.70% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 245 - color contains mainly: green. Hex color #ABF5BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF5BA is #540A45. Grayscale: #D8D8D8. Windows color (decimal): -5507654 or 12252587. OLE color: 12252587.

HSL color Cylindrical-coordinate representation of color #ABF5BA: hue angle of 132.16º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABF5BA is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB171245186-
CMYK0.3000.240.04
HSL132.16º78.72%81.57%-
HSV(B)132.16º30.2%96.08%-
XYZ58.3177.5158.34-
YUV216.15110.9895.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.41%
GREEN value IS 245 (96.09% from 255) = 40.70%
BLUE value IS 186 (73.05% from 255) = 30.90%
R=28.41%
G=40.70%
B=30.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1712451860.3000.240.04132.1678.7281.57
HexABF5BA1E0184844f52
Octal253365272360304204117122
Binary101010111111010110111010111100110001001000010010011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF5BA; }

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

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

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

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

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

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

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

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