#ABF0BD

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

Shades of Fringy Flower #ABF0BD

Tints of Fringy Flower #ABF0BD

Color information

#ABF0BD (or 0xABF0BD) is unknown color: approx Fringy Flower. HEX triplet: AB, F0 and BD. RGB value is (171,240,189). Sum of RGB (Red+Green+Blue) = 171+240+189=600 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.5% from 600); Green value is 240 (94.14% from 255 or 40% from 600); Blue value is 189 (74.22% from 255 or 31.5% from 600); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF0BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF0BD is #540F42. Grayscale: #D5D5D5. Windows color (decimal): -5508931 or 12447915. OLE color: 12447915.

HSL color Cylindrical-coordinate representation of color #ABF0BD: hue angle of 135.65º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABF0BD is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB171240189-
CMYK0.2900.210.06
HSL135.65º69.7%80.59%-
HSV(B)135.65º28.75%94.12%-
XYZ57.1474.6559.54-
YUV213.55114.1497.65-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.5%
GREEN value IS 240 (94.14% from 255) = 40%
BLUE value IS 189 (74.22% from 255) = 31.5%
R=28.5%
G=40%
B=31.5%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1712401890.2900.210.06135.6569.780.59
HexABF0BD1D0156884651
Octal253360275350256210106121
Binary101010111111000010111101111010101011101000100010001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF0BD; }

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

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

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

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

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

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

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

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