Shades of Fringy Flower #AFEAC0
Tints of Fringy Flower #AFEAC0
RGB
CMYK
RGB Variations
Color information
#AFEAC0 (or 0xAFEAC0) is known color: Fringy Flower. HEX triplet: AF, EA and C0. RGB value is (175,234,192). Sum of RGB (Red+Green+Blue) = 175+234+192=601 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.12% from 601); Green value is 234 (91.80% from 255 or 38.94% from 601); Blue value is 192 (75.39% from 255 or 31.95% from 601); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEAC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEAC0 is #50153F. Grayscale: #D3D3D3. Windows color (decimal): -5248320 or 12642991. OLE color: 12642991.
HSL color Cylindrical-coordinate representation of color #AFEAC0: hue angle of 137.29º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFEAC0 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 234 | 192 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.08 |
| HSL | 137.29º | 0.58% | 0.8% | - |
| HSV(B) | 137.29º | 0.25% | 0.92% | - |
| XYZ | 56.62 | 71.77 | 60.74 | - |
| YUV | 211.57 | 116.95 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 234 | 192 | 0.25 | 0 | 0.18 | 0.08 | 137.29 | 0.58 | 0.8 |
| Hex | AF | EA | C0 | 19 | 0 | 12 | 8 | 89 | 3A | 50 |
| Octal | 257 | 352 | 300 | 31 | 0 | 22 | 10 | 211 | 72 | 120 |
| Binary | 10101111 | 11101010 | 11000000 | 11001 | 0 | 10010 | 1000 | 10001001 | 111010 | 1010000 |
Color Harmonies of #AFEAC0
Complementary color
Monochromatic Colors of #AFEAC0
Black with #AFEAC0
Text Example
Text Example
White with #AFEAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEAC0; }
p { color: rgb(175,234,192); }
H1.HeaderClassName
{
color: #AFEAC0;
}
.AnyTagClassName
{
color: #AFEAC0;
}
</style>
background-color css
<style>
a { background-color: #AFEAC0; }
a { background-color: rgb(175,234,192); }
div.DivClassName
{
background-color: #AFEAC0;
}
.BgClassName
{
background-color: #AFEAC0;
}
</style>
border-color css
<style>
span { border-color: #AFEAC0; }
span { border-color: rgb(175,234,192); }
td.TdClassName
{
border-color: #AFEAC0;
}
.TagClassName
{
border-color: #AFEAC0;
}
</style>