#ABF2BA

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

Shades of Fringy Flower #ABF2BA

Tints of Fringy Flower #ABF2BA

Color information

#ABF2BA (or 0xABF2BA) is unknown color: approx Fringy Flower. HEX triplet: AB, F2 and BA. RGB value is (171,242,186). Sum of RGB (Red+Green+Blue) = 171+242+186=599 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.55% from 599); Green value is 242 (94.92% from 255 or 40.40% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF2BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF2BA is #540D45. Grayscale: #D6D6D6. Windows color (decimal): -5508422 or 12251819. OLE color: 12251819.

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

Color convert

RGB171242186-
CMYK0.2900.230.05
HSL132.68º73.2%80.98%-
HSV(B)132.68º29.34%94.9%-
XYZ57.4175.7158.04-
YUV214.39111.9897.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.55%
GREEN value IS 242 (94.92% from 255) = 40.40%
BLUE value IS 186 (73.05% from 255) = 31.05%
R=28.55%
G=40.40%
B=31.05%

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
Decimal1712421860.2900.230.05132.6873.280.98
HexABF2BA1D0175854951
Octal253362272350275205111121
Binary101010111111001010111010111010101111011000010110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF2BA; }

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

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

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

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

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

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

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

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