#ABF8BD

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

Shades of Fringy Flower #ABF8BD

Tints of Fringy Flower #ABF8BD

Color information

#ABF8BD (or 0xABF8BD) is unknown color: approx Fringy Flower. HEX triplet: AB, F8 and BD. RGB value is (171,248,189). Sum of RGB (Red+Green+Blue) = 171+248+189=608 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.12% from 608); Green value is 248 (97.27% from 255 or 40.79% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 248 - color contains mainly: green. Hex color #ABF8BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF8BD is #540742. Grayscale: #DADADA. Windows color (decimal): -5506883 or 12449963. OLE color: 12449963.

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

Color convert

RGB171248189-
CMYK0.3100.240.03
HSL134.03º84.62%82.16%-
HSV(B)134.03º31.05%97.25%-
XYZ59.5579.4760.34-
YUV218.25111.4994.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.12%
GREEN value IS 248 (97.27% from 255) = 40.79%
BLUE value IS 189 (74.22% from 255) = 31.09%
R=28.12%
G=40.79%
B=31.09%

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
Decimal1712481890.3100.240.03134.0384.6282.16
HexABF8BD1F0183865552
Octal253370275370303206125122
Binary10101011111110001011110111111011000111000011010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF8BD; }

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

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

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

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

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

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

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

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