#ABE0BE

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

Shades of Fringy Flower #ABE0BE

Tints of Fringy Flower #ABE0BE

Color information

#ABE0BE (or 0xABE0BE) is unknown color: approx Fringy Flower. HEX triplet: AB, E0 and BE. RGB value is (171,224,190). Sum of RGB (Red+Green+Blue) = 171+224+190=585 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.23% from 585); Green value is 224 (87.89% from 255 or 38.29% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 224 - color contains mainly: green. Hex color #ABE0BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE0BE is #541F41. Grayscale: #CCCCCC. Windows color (decimal): -5513026 or 12509355. OLE color: 12509355.

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

Color convert

RGB171224190-
CMYK0.2400.150.12
HSL141.51º46.09%77.45%-
HSV(B)141.51º23.66%87.84%-
XYZ52.7465.6958.61-
YUV204.28119.94104.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.23%
GREEN value IS 224 (87.89% from 255) = 38.29%
BLUE value IS 190 (74.61% from 255) = 32.48%
R=29.23%
G=38.29%
B=32.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1712241900.2400.150.12141.5146.0977.45
HexABE0BE180FC8e2e4d
Octal253340276300171421656115
Binary10101011111000001011111011000011111100100011101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE0BE; }

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

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

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

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

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

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

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

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