Shades of Fringy Flower #AFF0C2
Tints of Fringy Flower #AFF0C2
RGB
CMYK
RGB Variations
Color information
#AFF0C2 (or 0xAFF0C2) is known color: Fringy Flower. HEX triplet: AF, F0 and C2. RGB value is (175,240,194). Sum of RGB (Red+Green+Blue) = 175+240+194=609 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.74% from 609); Green value is 240 (94.14% from 255 or 39.41% from 609); Blue value is 194 (76.17% from 255 or 31.86% from 609); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF0C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF0C2 is #500F3D. Grayscale: #D7D7D7. Windows color (decimal): -5246782 or 12775599. OLE color: 12775599.
HSL color Cylindrical-coordinate representation of color #AFF0C2: hue angle of 137.54º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFF0C2 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 240 | 194 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.06 |
| HSL | 137.54º | 0.68% | 0.81% | - |
| HSV(B) | 137.54º | 0.27% | 0.94% | - |
| XYZ | 58.58 | 75.33 | 62.49 | - |
| YUV | 215.32 | 115.97 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 240 | 194 | 0.27 | 0 | 0.19 | 0.06 | 137.54 | 0.68 | 0.81 |
| Hex | AF | F0 | C2 | 1B | 0 | 13 | 6 | 8A | 44 | 51 |
| Octal | 257 | 360 | 302 | 33 | 0 | 23 | 6 | 212 | 104 | 121 |
| Binary | 10101111 | 11110000 | 11000010 | 11011 | 0 | 10011 | 110 | 10001010 | 1000100 | 1010001 |
Color Harmonies of #AFF0C2
Complementary color
Monochromatic Colors of #AFF0C2
Black with #AFF0C2
Text Example
Text Example
White with #AFF0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF0C2; }
p { color: rgb(175,240,194); }
H1.HeaderClassName
{
color: #AFF0C2;
}
.AnyTagClassName
{
color: #AFF0C2;
}
</style>
background-color css
<style>
a { background-color: #AFF0C2; }
a { background-color: rgb(175,240,194); }
div.DivClassName
{
background-color: #AFF0C2;
}
.BgClassName
{
background-color: #AFF0C2;
}
</style>
border-color css
<style>
span { border-color: #AFF0C2; }
span { border-color: rgb(175,240,194); }
td.TdClassName
{
border-color: #AFF0C2;
}
.TagClassName
{
border-color: #AFF0C2;
}
</style>