#ABE0BA

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

Shades of Fringy Flower #ABE0BA

Tints of Fringy Flower #ABE0BA

Color information

#ABE0BA (or 0xABE0BA) is unknown color: approx Fringy Flower. HEX triplet: AB, E0 and BA. RGB value is (171,224,186). Sum of RGB (Red+Green+Blue) = 171+224+186=581 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.43% from 581); Green value is 224 (87.89% from 255 or 38.55% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 224 - color contains mainly: green. Hex color #ABE0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE0BA is #541F45. Grayscale: #CBCBCB. Windows color (decimal): -5513030 or 12247211. OLE color: 12247211.

HSL color Cylindrical-coordinate representation of color #ABE0BA: hue angle of 136.98º 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 #ABE0BA is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB171224186-
CMYK0.2400.170.12
HSL136.98º46.09%77.45%-
HSV(B)136.98º23.66%87.84%-
XYZ52.3165.5156.34-
YUV203.82117.94104.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.43%
GREEN value IS 224 (87.89% from 255) = 38.55%
BLUE value IS 186 (73.05% from 255) = 32.01%
R=29.43%
G=38.55%
B=32.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1712241860.2400.170.12136.9846.0977.45
HexABE0BA18011C892e4d
Octal253340272300211421156115
Binary101010111110000010111010110000100011100100010011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE0BA; }

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

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

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

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

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

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

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

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