Shades of Fringy Flower #AFF6C0
Tints of Fringy Flower #AFF6C0
RGB
CMYK
RGB Variations
Color information
#AFF6C0 (or 0xAFF6C0) is known color: Fringy Flower. HEX triplet: AF, F6 and C0. RGB value is (175,246,192). Sum of RGB (Red+Green+Blue) = 175+246+192=613 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.55% from 613); Green value is 246 (96.48% from 255 or 40.13% from 613); Blue value is 192 (75.39% from 255 or 31.32% from 613); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF6C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF6C0 is #50093F. Grayscale: #DADADA. Windows color (decimal): -5245248 or 12646063. OLE color: 12646063.
HSL color Cylindrical-coordinate representation of color #AFF6C0: hue angle of 134.37º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF6C0 is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 246 | 192 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.04 |
| HSL | 134.37º | 0.8% | 0.83% | - |
| HSV(B) | 134.37º | 0.29% | 0.96% | - |
| XYZ | 60.15 | 78.83 | 61.91 | - |
| YUV | 218.62 | 112.98 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 246 | 192 | 0.29 | 0 | 0.22 | 0.04 | 134.37 | 0.8 | 0.83 |
| Hex | AF | F6 | C0 | 1D | 0 | 16 | 4 | 86 | 50 | 53 |
| Octal | 257 | 366 | 300 | 35 | 0 | 26 | 4 | 206 | 120 | 123 |
| Binary | 10101111 | 11110110 | 11000000 | 11101 | 0 | 10110 | 100 | 10000110 | 1010000 | 1010011 |
Color Harmonies of #AFF6C0
Complementary color
Monochromatic Colors of #AFF6C0
Black with #AFF6C0
Text Example
Text Example
White with #AFF6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF6C0; }
p { color: rgb(175,246,192); }
H1.HeaderClassName
{
color: #AFF6C0;
}
.AnyTagClassName
{
color: #AFF6C0;
}
</style>
background-color css
<style>
a { background-color: #AFF6C0; }
a { background-color: rgb(175,246,192); }
div.DivClassName
{
background-color: #AFF6C0;
}
.BgClassName
{
background-color: #AFF6C0;
}
</style>
border-color css
<style>
span { border-color: #AFF6C0; }
span { border-color: rgb(175,246,192); }
td.TdClassName
{
border-color: #AFF6C0;
}
.TagClassName
{
border-color: #AFF6C0;
}
</style>