#ABF8BB

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

Shades of Fringy Flower #ABF8BB

Tints of Fringy Flower #ABF8BB

Color information

#ABF8BB (or 0xABF8BB) is unknown color: approx Fringy Flower. HEX triplet: AB, F8 and BB. RGB value is (171,248,187). Sum of RGB (Red+Green+Blue) = 171+248+187=606 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.22% from 606); Green value is 248 (97.27% from 255 or 40.92% from 606); Blue value is 187 (73.44% from 255 or 30.86% from 606); Max value from RGB is 248 - color contains mainly: green. Hex color #ABF8BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF8BB is #540744. Grayscale: #DADADA. Windows color (decimal): -5506885 or 12318891. OLE color: 12318891.

HSL color Cylindrical-coordinate representation of color #ABF8BB: hue angle of 132.47º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABF8BB is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB171248187-
CMYK0.3100.250.03
HSL132.47º84.62%82.16%-
HSV(B)132.47º31.05%97.25%-
XYZ59.3379.3859.21-
YUV218.02110.4994.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.22%
GREEN value IS 248 (97.27% from 255) = 40.92%
BLUE value IS 187 (73.44% from 255) = 30.86%
R=28.22%
G=40.92%
B=30.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1712481870.3100.250.03132.4784.6282.16
HexABF8BB1F0193845552
Octal253370273370313204125122
Binary10101011111110001011101111111011001111000010010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF8BB; }

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

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

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

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

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

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

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

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