Shades of Fringy Flower #ACEDC2
Tints of Fringy Flower #ACEDC2
RGB
CMYK
RGB Variations
Color information
#ACEDC2 (or 0xACEDC2) is known color: Fringy Flower. HEX triplet: AC, ED and C2. RGB value is (172,237,194). Sum of RGB (Red+Green+Blue) = 172+237+194=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 237 (92.97% from 255 or 39.30% from 603); Blue value is 194 (76.17% from 255 or 32.17% from 603); Max value from RGB is 237 - color contains mainly: green. Hex color #ACEDC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEDC2 is #53123D. Grayscale: #D4D4D4. Windows color (decimal): -5444158 or 12774828. OLE color: 12774828.
HSL color Cylindrical-coordinate representation of color #ACEDC2: hue angle of 140.31º 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 #ACEDC2 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 237 | 194 | - |
| CMYK | 0.27 | 0 | 0.18 | 0.07 |
| HSL | 140.31º | 0.64% | 0.8% | - |
| HSV(B) | 140.31º | 0.27% | 0.93% | - |
| XYZ | 57.04 | 73.23 | 62.17 | - |
| YUV | 212.66 | 117.47 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 237 | 194 | 0.27 | 0 | 0.18 | 0.07 | 140.31 | 0.64 | 0.8 |
| Hex | AC | ED | C2 | 1B | 0 | 12 | 7 | 8C | 40 | 50 |
| Octal | 254 | 355 | 302 | 33 | 0 | 22 | 7 | 214 | 100 | 120 |
| Binary | 10101100 | 11101101 | 11000010 | 11011 | 0 | 10010 | 111 | 10001100 | 1000000 | 1010000 |
Color Harmonies of #ACEDC2
Complementary color
Monochromatic Colors of #ACEDC2
Black with #ACEDC2
Text Example
Text Example
White with #ACEDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEDC2; }
p { color: rgb(172,237,194); }
H1.HeaderClassName
{
color: #ACEDC2;
}
.AnyTagClassName
{
color: #ACEDC2;
}
</style>
background-color css
<style>
a { background-color: #ACEDC2; }
a { background-color: rgb(172,237,194); }
div.DivClassName
{
background-color: #ACEDC2;
}
.BgClassName
{
background-color: #ACEDC2;
}
</style>
border-color css
<style>
span { border-color: #ACEDC2; }
span { border-color: rgb(172,237,194); }
td.TdClassName
{
border-color: #ACEDC2;
}
.TagClassName
{
border-color: #ACEDC2;
}
</style>