#ABE1B6

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

Shades of Fringy Flower #ABE1B6

Tints of Fringy Flower #ABE1B6

Color information

#ABE1B6 (or 0xABE1B6) is unknown color: approx Fringy Flower. HEX triplet: AB, E1 and B6. RGB value is (171,225,182). Sum of RGB (Red+Green+Blue) = 171+225+182=578 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.58% from 578); Green value is 225 (88.28% from 255 or 38.93% from 578); Blue value is 182 (71.48% from 255 or 31.49% from 578); Max value from RGB is 225 - color contains mainly: green. Hex color #ABE1B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE1B6 is #541E49. Grayscale: #CCCCCC. Windows color (decimal): -5512778 or 11985323. OLE color: 11985323.

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

Color convert

RGB171225182-
CMYK0.2400.190.12
HSL132.22º47.37%77.65%-
HSV(B)132.22º24%88.24%-
XYZ52.1665.8954.22-
YUV203.95115.61104.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.58%
GREEN value IS 225 (88.28% from 255) = 38.93%
BLUE value IS 182 (71.48% from 255) = 31.49%
R=29.58%
G=38.93%
B=31.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1712251820.2400.190.12132.2247.3777.65
HexABE1B618013C842f4e
Octal253341266300231420457116
Binary101010111110000110110110110000100111100100001001011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE1B6; }

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

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

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

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

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

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

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

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