Shades of Fringy Flower #AFF3C0
Tints of Fringy Flower #AFF3C0
RGB
CMYK
RGB Variations
Color information
#AFF3C0 (or 0xAFF3C0) is known color: Fringy Flower. HEX triplet: AF, F3 and C0. RGB value is (175,243,192). Sum of RGB (Red+Green+Blue) = 175+243+192=610 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.69% from 610); Green value is 243 (95.31% from 255 or 39.84% from 610); Blue value is 192 (75.39% from 255 or 31.48% from 610); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF3C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF3C0 is #500C3F. Grayscale: #D8D8D8. Windows color (decimal): -5246016 or 12645295. OLE color: 12645295.
HSL color Cylindrical-coordinate representation of color #AFF3C0: hue angle of 135º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFF3C0 is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 243 | 192 | - |
| CMYK | 0.28 | 0 | 0.21 | 0.05 |
| HSL | 135º | 0.74% | 0.82% | - |
| HSV(B) | 135º | 0.28% | 0.95% | - |
| XYZ | 59.24 | 77.02 | 61.61 | - |
| YUV | 216.85 | 113.97 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 243 | 192 | 0.28 | 0 | 0.21 | 0.05 | 135 | 0.74 | 0.82 |
| Hex | AF | F3 | C0 | 1C | 0 | 15 | 5 | 87 | 4A | 52 |
| Octal | 257 | 363 | 300 | 34 | 0 | 25 | 5 | 207 | 112 | 122 |
| Binary | 10101111 | 11110011 | 11000000 | 11100 | 0 | 10101 | 101 | 10000111 | 1001010 | 1010010 |
Color Harmonies of #AFF3C0
Complementary color
Monochromatic Colors of #AFF3C0
Black with #AFF3C0
Text Example
Text Example
White with #AFF3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF3C0; }
p { color: rgb(175,243,192); }
H1.HeaderClassName
{
color: #AFF3C0;
}
.AnyTagClassName
{
color: #AFF3C0;
}
</style>
background-color css
<style>
a { background-color: #AFF3C0; }
a { background-color: rgb(175,243,192); }
div.DivClassName
{
background-color: #AFF3C0;
}
.BgClassName
{
background-color: #AFF3C0;
}
</style>
border-color css
<style>
span { border-color: #AFF3C0; }
span { border-color: rgb(175,243,192); }
td.TdClassName
{
border-color: #AFF3C0;
}
.TagClassName
{
border-color: #AFF3C0;
}
</style>