Shades of Fringy Flower #AFF1C1
Tints of Fringy Flower #AFF1C1
RGB
CMYK
RGB Variations
Color information
#AFF1C1 (or 0xAFF1C1) is known color: Fringy Flower. HEX triplet: AF, F1 and C1. RGB value is (175,241,193). Sum of RGB (Red+Green+Blue) = 175+241+193=609 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.74% from 609); Green value is 241 (94.53% from 255 or 39.57% from 609); Blue value is 193 (75.78% from 255 or 31.69% from 609); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF1C1 is #500E3E. Grayscale: #D7D7D7. Windows color (decimal): -5246527 or 12710319. OLE color: 12710319.
HSL color Cylindrical-coordinate representation of color #AFF1C1: hue angle of 136.36º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFF1C1 is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 241 | 193 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.05 |
| HSL | 136.36º | 0.7% | 0.82% | - |
| HSV(B) | 136.36º | 0.27% | 0.95% | - |
| XYZ | 58.76 | 75.87 | 62 | - |
| YUV | 215.79 | 115.13 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 241 | 193 | 0.27 | 0 | 0.20 | 0.05 | 136.36 | 0.7 | 0.82 |
| Hex | AF | F1 | C1 | 1B | 0 | 14 | 5 | 88 | 46 | 52 |
| Octal | 257 | 361 | 301 | 33 | 0 | 24 | 5 | 210 | 106 | 122 |
| Binary | 10101111 | 11110001 | 11000001 | 11011 | 0 | 10100 | 101 | 10001000 | 1000110 | 1010010 |
Color Harmonies of #AFF1C1
Complementary color
Monochromatic Colors of #AFF1C1
Black with #AFF1C1
Text Example
Text Example
White with #AFF1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF1C1; }
p { color: rgb(175,241,193); }
H1.HeaderClassName
{
color: #AFF1C1;
}
.AnyTagClassName
{
color: #AFF1C1;
}
</style>
background-color css
<style>
a { background-color: #AFF1C1; }
a { background-color: rgb(175,241,193); }
div.DivClassName
{
background-color: #AFF1C1;
}
.BgClassName
{
background-color: #AFF1C1;
}
</style>
border-color css
<style>
span { border-color: #AFF1C1; }
span { border-color: rgb(175,241,193); }
td.TdClassName
{
border-color: #AFF1C1;
}
.TagClassName
{
border-color: #AFF1C1;
}
</style>