Shades of Fringy Flower #AFEABF
Tints of Fringy Flower #AFEABF
RGB
CMYK
RGB Variations
Color information
#AFEABF (or 0xAFEABF) is known color: Fringy Flower. HEX triplet: AF, EA and BF. RGB value is (175,234,191). Sum of RGB (Red+Green+Blue) = 175+234+191=600 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.17% from 600); Green value is 234 (91.80% from 255 or 39% from 600); Blue value is 191 (75% from 255 or 31.83% from 600); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEABF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEABF is #501540. Grayscale: #D3D3D3. Windows color (decimal): -5248321 or 12577455. OLE color: 12577455.
HSL color Cylindrical-coordinate representation of color #AFEABF: hue angle of 136.27º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFEABF is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 234 | 191 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.08 |
| HSL | 136.27º | 0.58% | 0.8% | - |
| HSV(B) | 136.27º | 0.25% | 0.92% | - |
| XYZ | 56.51 | 71.72 | 60.16 | - |
| YUV | 211.46 | 116.45 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 234 | 191 | 0.25 | 0 | 0.18 | 0.08 | 136.27 | 0.58 | 0.8 |
| Hex | AF | EA | BF | 19 | 0 | 12 | 8 | 88 | 3A | 50 |
| Octal | 257 | 352 | 277 | 31 | 0 | 22 | 10 | 210 | 72 | 120 |
| Binary | 10101111 | 11101010 | 10111111 | 11001 | 0 | 10010 | 1000 | 10001000 | 111010 | 1010000 |
Color Harmonies of #AFEABF
Complementary color
Monochromatic Colors of #AFEABF
Black with #AFEABF
Text Example
Text Example
White with #AFEABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEABF; }
p { color: rgb(175,234,191); }
H1.HeaderClassName
{
color: #AFEABF;
}
.AnyTagClassName
{
color: #AFEABF;
}
</style>
background-color css
<style>
a { background-color: #AFEABF; }
a { background-color: rgb(175,234,191); }
div.DivClassName
{
background-color: #AFEABF;
}
.BgClassName
{
background-color: #AFEABF;
}
</style>
border-color css
<style>
span { border-color: #AFEABF; }
span { border-color: rgb(175,234,191); }
td.TdClassName
{
border-color: #AFEABF;
}
.TagClassName
{
border-color: #AFEABF;
}
</style>