Shades of Fringy Flower #AFF6C3
Tints of Fringy Flower #AFF6C3
RGB
CMYK
RGB Variations
Color information
#AFF6C3 (or 0xAFF6C3) is known color: Fringy Flower. HEX triplet: AF, F6 and C3. RGB value is (175,246,195). Sum of RGB (Red+Green+Blue) = 175+246+195=616 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.41% from 616); Green value is 246 (96.48% from 255 or 39.94% from 616); Blue value is 195 (76.56% from 255 or 31.66% from 616); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF6C3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF6C3 is #50093C. Grayscale: #DBDBDB. Windows color (decimal): -5245245 or 12842671. OLE color: 12842671.
HSL color Cylindrical-coordinate representation of color #AFF6C3: hue angle of 136.9º 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 #AFF6C3 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 246 | 195 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.04 |
| HSL | 136.9º | 0.8% | 0.83% | - |
| HSV(B) | 136.9º | 0.29% | 0.96% | - |
| XYZ | 60.49 | 78.97 | 63.68 | - |
| YUV | 218.96 | 114.48 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 246 | 195 | 0.29 | 0 | 0.21 | 0.04 | 136.9 | 0.8 | 0.83 |
| Hex | AF | F6 | C3 | 1D | 0 | 15 | 4 | 89 | 50 | 53 |
| Octal | 257 | 366 | 303 | 35 | 0 | 25 | 4 | 211 | 120 | 123 |
| Binary | 10101111 | 11110110 | 11000011 | 11101 | 0 | 10101 | 100 | 10001001 | 1010000 | 1010011 |
Color Harmonies of #AFF6C3
Complementary color
Monochromatic Colors of #AFF6C3
Black with #AFF6C3
Text Example
Text Example
White with #AFF6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF6C3; }
p { color: rgb(175,246,195); }
H1.HeaderClassName
{
color: #AFF6C3;
}
.AnyTagClassName
{
color: #AFF6C3;
}
</style>
background-color css
<style>
a { background-color: #AFF6C3; }
a { background-color: rgb(175,246,195); }
div.DivClassName
{
background-color: #AFF6C3;
}
.BgClassName
{
background-color: #AFF6C3;
}
</style>
border-color css
<style>
span { border-color: #AFF6C3; }
span { border-color: rgb(175,246,195); }
td.TdClassName
{
border-color: #AFF6C3;
}
.TagClassName
{
border-color: #AFF6C3;
}
</style>