#ABF5BB

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

Shades of Fringy Flower #ABF5BB

Tints of Fringy Flower #ABF5BB

Color information

#ABF5BB (or 0xABF5BB) is unknown color: approx Fringy Flower. HEX triplet: AB, F5 and BB. RGB value is (171,245,187). Sum of RGB (Red+Green+Blue) = 171+245+187=603 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.36% from 603); Green value is 245 (96.09% from 255 or 40.63% from 603); Blue value is 187 (73.44% from 255 or 31.01% from 603); Max value from RGB is 245 - color contains mainly: green. Hex color #ABF5BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF5BB is #540A44. Grayscale: #D8D8D8. Windows color (decimal): -5507653 or 12318123. OLE color: 12318123.

HSL color Cylindrical-coordinate representation of color #ABF5BB: hue angle of 132.97º 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 #ABF5BB is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB171245187-
CMYK0.3000.240.04
HSL132.97º78.72%81.57%-
HSV(B)132.97º30.2%96.08%-
XYZ58.4277.5558.9-
YUV216.26111.4895.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.36%
GREEN value IS 245 (96.09% from 255) = 40.63%
BLUE value IS 187 (73.44% from 255) = 31.01%
R=28.36%
G=40.63%
B=31.01%

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
Decimal1712451870.3000.240.04132.9778.7281.57
HexABF5BB1E0184854f52
Octal253365273360304205117122
Binary101010111111010110111011111100110001001000010110011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF5BB; }

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

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

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

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

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

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

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

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