#ABE1BE

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

Shades of Fringy Flower #ABE1BE

Tints of Fringy Flower #ABE1BE

Color information

#ABE1BE (or 0xABE1BE) is unknown color: approx Fringy Flower. HEX triplet: AB, E1 and BE. RGB value is (171,225,190). Sum of RGB (Red+Green+Blue) = 171+225+190=586 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.18% from 586); Green value is 225 (88.28% from 255 or 38.40% from 586); Blue value is 190 (74.61% from 255 or 32.42% from 586); Max value from RGB is 225 - color contains mainly: green. Hex color #ABE1BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE1BE is #541E41. Grayscale: #CCCCCC. Windows color (decimal): -5512770 or 12509611. OLE color: 12509611.

HSL color Cylindrical-coordinate representation of color #ABE1BE: hue angle of 141.11º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABE1BE is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB171225190-
CMYK0.2400.160.12
HSL141.11º47.37%77.65%-
HSV(B)141.11º24%88.24%-
XYZ53.0166.2358.7-
YUV204.86119.61103.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.18%
GREEN value IS 225 (88.28% from 255) = 38.40%
BLUE value IS 190 (74.61% from 255) = 32.42%
R=29.18%
G=38.40%
B=32.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1712251900.2400.160.12141.1147.3777.65
HexABE1BE18010C8d2f4e
Octal253341276300201421557116
Binary101010111110000110111110110000100001100100011011011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE1BE; }

 p { color: rgb(171,225,190); }

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

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

 a { background-color: rgb(171,225,190); }

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

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

 span { border-color: rgb(171,225,190); }

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