#ABF7BD

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

Shades of Fringy Flower #ABF7BD

Tints of Fringy Flower #ABF7BD

Color information

#ABF7BD (or 0xABF7BD) is unknown color: approx Fringy Flower. HEX triplet: AB, F7 and BD. RGB value is (171,247,189). Sum of RGB (Red+Green+Blue) = 171+247+189=607 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.17% from 607); Green value is 247 (96.88% from 255 or 40.69% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 247 - color contains mainly: green. Hex color #ABF7BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF7BD is #540842. Grayscale: #D9D9D9. Windows color (decimal): -5507139 or 12449707. OLE color: 12449707.

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

Color convert

RGB171247189-
CMYK0.3100.230.03
HSL134.21º82.61%81.96%-
HSV(B)134.21º30.77%96.86%-
XYZ59.2478.8560.24-
YUV217.66111.8294.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.17%
GREEN value IS 247 (96.88% from 255) = 40.69%
BLUE value IS 189 (74.22% from 255) = 31.14%
R=28.17%
G=40.69%
B=31.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1712471890.3100.230.03134.2182.6181.96
HexABF7BD1F0173865352
Octal253367275370273206123122
Binary10101011111101111011110111111010111111000011010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF7BD; }

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

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

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

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

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

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

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

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