Shades of Fringy Flower #ACEEC0
Tints of Fringy Flower #ACEEC0
RGB
CMYK
RGB Variations
Color information
#ACEEC0 (or 0xACEEC0) is known color: Fringy Flower. HEX triplet: AC, EE and C0. RGB value is (172,238,192). Sum of RGB (Red+Green+Blue) = 172+238+192=602 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.57% from 602); Green value is 238 (93.36% from 255 or 39.53% from 602); Blue value is 192 (75.39% from 255 or 31.89% from 602); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEEC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEEC0 is #53113F. Grayscale: #D5D5D5. Windows color (decimal): -5443904 or 12644012. OLE color: 12644012.
HSL color Cylindrical-coordinate representation of color #ACEEC0: hue angle of 138.18º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACEEC0 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
RGB | 172 | 238 | 192 | - |
CMYK | 0.28 | 0 | 0.19 | 0.07 |
HSL | 138.18º | 0.66% | 0.8% | - |
HSV(B) | 138.18º | 0.28% | 0.93% | - |
XYZ | 57.1 | 73.73 | 61.09 | - |
YUV | 213.02 | 116.13 | 98.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 238 | 192 | 0.28 | 0 | 0.19 | 0.07 | 138.18 | 0.66 | 0.8 |
Hex | AC | EE | C0 | 1C | 0 | 13 | 7 | 8A | 42 | 50 |
Octal | 254 | 356 | 300 | 34 | 0 | 23 | 7 | 212 | 102 | 120 |
Binary | 10101100 | 11101110 | 11000000 | 11100 | 0 | 10011 | 111 | 10001010 | 1000010 | 1010000 |
Color Harmonies of #ACEEC0
Complementary color
Monochromatic Colors of #ACEEC0
Black with #ACEEC0
Text Example
Text Example
White with #ACEEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEEC0; }
p { color: rgb(172,238,192); }
H1.HeaderClassName
{
color: #ACEEC0;
}
.AnyTagClassName
{
color: #ACEEC0;
}
</style>
background-color css
<style>
a { background-color: #ACEEC0; }
a { background-color: rgb(172,238,192); }
div.DivClassName
{
background-color: #ACEEC0;
}
.BgClassName
{
background-color: #ACEEC0;
}
</style>
border-color css
<style>
span { border-color: #ACEEC0; }
span { border-color: rgb(172,238,192); }
td.TdClassName
{
border-color: #ACEEC0;
}
.TagClassName
{
border-color: #ACEEC0;
}
</style>