Shades of Fringy Flower #AFECC0
Tints of Fringy Flower #AFECC0
RGB
CMYK
RGB Variations
Color information
#AFECC0 (or 0xAFECC0) is known color: Fringy Flower. HEX triplet: AF, EC and C0. RGB value is (175,236,192). Sum of RGB (Red+Green+Blue) = 175+236+192=603 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.02% from 603); Green value is 236 (92.58% from 255 or 39.14% from 603); Blue value is 192 (75.39% from 255 or 31.84% from 603); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFECC0 is #50133F. Grayscale: #D4D4D4. Windows color (decimal): -5247808 or 12643503. OLE color: 12643503.
HSL color Cylindrical-coordinate representation of color #AFECC0: hue angle of 136.72º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFECC0 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 236 | 192 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.07 |
| HSL | 136.72º | 0.62% | 0.81% | - |
| HSV(B) | 136.72º | 0.26% | 0.93% | - |
| XYZ | 57.19 | 72.91 | 60.93 | - |
| YUV | 212.75 | 116.29 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 192 | 0.26 | 0 | 0.19 | 0.07 | 136.72 | 0.62 | 0.81 |
| Hex | AF | EC | C0 | 1A | 0 | 13 | 7 | 89 | 3E | 51 |
| Octal | 257 | 354 | 300 | 32 | 0 | 23 | 7 | 211 | 76 | 121 |
| Binary | 10101111 | 11101100 | 11000000 | 11010 | 0 | 10011 | 111 | 10001001 | 111110 | 1010001 |
Color Harmonies of #AFECC0
Complementary color
Monochromatic Colors of #AFECC0
Black with #AFECC0
Text Example
Text Example
White with #AFECC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFECC0; }
p { color: rgb(175,236,192); }
H1.HeaderClassName
{
color: #AFECC0;
}
.AnyTagClassName
{
color: #AFECC0;
}
</style>
background-color css
<style>
a { background-color: #AFECC0; }
a { background-color: rgb(175,236,192); }
div.DivClassName
{
background-color: #AFECC0;
}
.BgClassName
{
background-color: #AFECC0;
}
</style>
border-color css
<style>
span { border-color: #AFECC0; }
span { border-color: rgb(175,236,192); }
td.TdClassName
{
border-color: #AFECC0;
}
.TagClassName
{
border-color: #AFECC0;
}
</style>