Shades of Fringy Flower #ACEDBE
Tints of Fringy Flower #ACEDBE
RGB
CMYK
RGB Variations
Color information
#ACEDBE (or 0xACEDBE) is known color: Fringy Flower. HEX triplet: AC, ED and BE. RGB value is (172,237,190). Sum of RGB (Red+Green+Blue) = 172+237+190=599 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.71% from 599); Green value is 237 (92.97% from 255 or 39.57% from 599); Blue value is 190 (74.61% from 255 or 31.72% from 599); Max value from RGB is 237 - color contains mainly: green. Hex color #ACEDBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEDBE is #531241. Grayscale: #D4D4D4. Windows color (decimal): -5444162 or 12512684. OLE color: 12512684.
HSL color Cylindrical-coordinate representation of color #ACEDBE: hue angle of 136.62º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACEDBE is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
RGB | 172 | 237 | 190 | - |
CMYK | 0.27 | 0 | 0.20 | 0.07 |
HSL | 136.62º | 0.64% | 0.8% | - |
HSV(B) | 136.62º | 0.27% | 0.93% | - |
XYZ | 56.59 | 73.06 | 59.83 | - |
YUV | 212.21 | 115.47 | 99.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 237 | 190 | 0.27 | 0 | 0.20 | 0.07 | 136.62 | 0.64 | 0.8 |
Hex | AC | ED | BE | 1B | 0 | 14 | 7 | 89 | 40 | 50 |
Octal | 254 | 355 | 276 | 33 | 0 | 24 | 7 | 211 | 100 | 120 |
Binary | 10101100 | 11101101 | 10111110 | 11011 | 0 | 10100 | 111 | 10001001 | 1000000 | 1010000 |
Color Harmonies of #ACEDBE
Complementary color
Monochromatic Colors of #ACEDBE
Black with #ACEDBE
Text Example
Text Example
White with #ACEDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEDBE; }
p { color: rgb(172,237,190); }
H1.HeaderClassName
{
color: #ACEDBE;
}
.AnyTagClassName
{
color: #ACEDBE;
}
</style>
background-color css
<style>
a { background-color: #ACEDBE; }
a { background-color: rgb(172,237,190); }
div.DivClassName
{
background-color: #ACEDBE;
}
.BgClassName
{
background-color: #ACEDBE;
}
</style>
border-color css
<style>
span { border-color: #ACEDBE; }
span { border-color: rgb(172,237,190); }
td.TdClassName
{
border-color: #ACEDBE;
}
.TagClassName
{
border-color: #ACEDBE;
}
</style>