#ABF7BB

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

Shades of Fringy Flower #ABF7BB

Tints of Fringy Flower #ABF7BB

Color information

#ABF7BB (or 0xABF7BB) is unknown color: approx Fringy Flower. HEX triplet: AB, F7 and BB. RGB value is (171,247,187). Sum of RGB (Red+Green+Blue) = 171+247+187=605 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.26% from 605); Green value is 247 (96.88% from 255 or 40.83% from 605); Blue value is 187 (73.44% from 255 or 30.91% from 605); Max value from RGB is 247 - color contains mainly: green. Hex color #ABF7BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF7BB is #540844. Grayscale: #D9D9D9. Windows color (decimal): -5507141 or 12318635. OLE color: 12318635.

HSL color Cylindrical-coordinate representation of color #ABF7BB: hue angle of 132.63º degrees, saturation: 0.83, 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 #ABF7BB is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB171247187-
CMYK0.3100.240.03
HSL132.63º82.61%81.96%-
HSV(B)132.63º30.77%96.86%-
XYZ59.0278.7759.11-
YUV217.44110.8294.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.26%
GREEN value IS 247 (96.88% from 255) = 40.83%
BLUE value IS 187 (73.44% from 255) = 30.91%
R=28.26%
G=40.83%
B=30.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1712471870.3100.240.03132.6382.6181.96
HexABF7BB1F0183855352
Octal253367273370303205123122
Binary10101011111101111011101111111011000111000010110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF7BB; }

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

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

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

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

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

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

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

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