Shades of Fringy Flower #ACEEC1
Tints of Fringy Flower #ACEEC1
RGB
CMYK
RGB Variations
Color information
#ACEEC1 (or 0xACEEC1) is known color: Fringy Flower. HEX triplet: AC, EE and C1. RGB value is (172,238,193). Sum of RGB (Red+Green+Blue) = 172+238+193=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 238 (93.36% from 255 or 39.47% from 603); Blue value is 193 (75.78% from 255 or 32.01% from 603); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEEC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEEC1 is #53113E. Grayscale: #D5D5D5. Windows color (decimal): -5443903 or 12709548. OLE color: 12709548.
HSL color Cylindrical-coordinate representation of color #ACEEC1: hue angle of 139.09º 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 #ACEEC1 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
RGB | 172 | 238 | 193 | - |
CMYK | 0.28 | 0 | 0.19 | 0.07 |
HSL | 139.09º | 0.66% | 0.8% | - |
HSV(B) | 139.09º | 0.28% | 0.93% | - |
XYZ | 57.21 | 73.77 | 61.68 | - |
YUV | 213.14 | 116.63 | 98.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 238 | 193 | 0.28 | 0 | 0.19 | 0.07 | 139.09 | 0.66 | 0.8 |
Hex | AC | EE | C1 | 1C | 0 | 13 | 7 | 8B | 42 | 50 |
Octal | 254 | 356 | 301 | 34 | 0 | 23 | 7 | 213 | 102 | 120 |
Binary | 10101100 | 11101110 | 11000001 | 11100 | 0 | 10011 | 111 | 10001011 | 1000010 | 1010000 |
Color Harmonies of #ACEEC1
Complementary color
Monochromatic Colors of #ACEEC1
Black with #ACEEC1
Text Example
Text Example
White with #ACEEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEEC1; }
p { color: rgb(172,238,193); }
H1.HeaderClassName
{
color: #ACEEC1;
}
.AnyTagClassName
{
color: #ACEEC1;
}
</style>
background-color css
<style>
a { background-color: #ACEEC1; }
a { background-color: rgb(172,238,193); }
div.DivClassName
{
background-color: #ACEEC1;
}
.BgClassName
{
background-color: #ACEEC1;
}
</style>
border-color css
<style>
span { border-color: #ACEEC1; }
span { border-color: rgb(172,238,193); }
td.TdClassName
{
border-color: #ACEEC1;
}
.TagClassName
{
border-color: #ACEEC1;
}
</style>