Shades of Fringy Flower #AFE6C1
Tints of Fringy Flower #AFE6C1
RGB
CMYK
RGB Variations
Color information
#AFE6C1 (or 0xAFE6C1) is known color: Fringy Flower. HEX triplet: AF, E6 and C1. RGB value is (175,230,193). Sum of RGB (Red+Green+Blue) = 175+230+193=598 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.26% from 598); Green value is 230 (90.23% from 255 or 38.46% from 598); Blue value is 193 (75.78% from 255 or 32.27% from 598); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE6C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE6C1 is #50193E. Grayscale: #D1D1D1. Windows color (decimal): -5249343 or 12707503. OLE color: 12707503.
HSL color Cylindrical-coordinate representation of color #AFE6C1: hue angle of 139.64º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFE6C1 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 230 | 193 | - |
| CMYK | 0.24 | 0 | 0.16 | 0.10 |
| HSL | 139.64º | 0.52% | 0.79% | - |
| HSV(B) | 139.64º | 0.24% | 0.9% | - |
| XYZ | 55.6 | 69.56 | 60.95 | - |
| YUV | 209.34 | 118.78 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 230 | 193 | 0.24 | 0 | 0.16 | 0.10 | 139.64 | 0.52 | 0.79 |
| Hex | AF | E6 | C1 | 18 | 0 | 10 | A | 8C | 34 | 4F |
| Octal | 257 | 346 | 301 | 30 | 0 | 20 | 12 | 214 | 64 | 117 |
| Binary | 10101111 | 11100110 | 11000001 | 11000 | 0 | 10000 | 1010 | 10001100 | 110100 | 1001111 |
Color Harmonies of #AFE6C1
Complementary color
Monochromatic Colors of #AFE6C1
Black with #AFE6C1
Text Example
Text Example
White with #AFE6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE6C1; }
p { color: rgb(175,230,193); }
H1.HeaderClassName
{
color: #AFE6C1;
}
.AnyTagClassName
{
color: #AFE6C1;
}
</style>
background-color css
<style>
a { background-color: #AFE6C1; }
a { background-color: rgb(175,230,193); }
div.DivClassName
{
background-color: #AFE6C1;
}
.BgClassName
{
background-color: #AFE6C1;
}
</style>
border-color css
<style>
span { border-color: #AFE6C1; }
span { border-color: rgb(175,230,193); }
td.TdClassName
{
border-color: #AFE6C1;
}
.TagClassName
{
border-color: #AFE6C1;
}
</style>