#ABF1BD

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

Shades of Fringy Flower #ABF1BD

Tints of Fringy Flower #ABF1BD

Color information

#ABF1BD (or 0xABF1BD) is unknown color: approx Fringy Flower. HEX triplet: AB, F1 and BD. RGB value is (171,241,189). Sum of RGB (Red+Green+Blue) = 171+241+189=601 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.45% from 601); Green value is 241 (94.53% from 255 or 40.10% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 241 - color contains mainly: green. Hex color #ABF1BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF1BD is #540E42. Grayscale: #D6D6D6. Windows color (decimal): -5508675 or 12448171. OLE color: 12448171.

HSL color Cylindrical-coordinate representation of color #ABF1BD: hue angle of 135.43º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABF1BD is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB171241189-
CMYK0.2900.220.05
HSL135.43º71.43%80.78%-
HSV(B)135.43º29.05%94.51%-
XYZ57.4475.2459.64-
YUV214.14113.8197.23-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.45%
GREEN value IS 241 (94.53% from 255) = 40.10%
BLUE value IS 189 (74.22% from 255) = 31.45%
R=28.45%
G=40.10%
B=31.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712411890.2900.220.05135.4371.4380.78
HexABF1BD1D0165874751
Octal253361275350265207107121
Binary101010111111000110111101111010101101011000011110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF1BD; }

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

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

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

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

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

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

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

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