Shades of Fringy Flower #AFEABA
Tints of Fringy Flower #AFEABA
RGB
CMYK
RGB Variations
Color information
#AFEABA (or 0xAFEABA) is known color: Fringy Flower. HEX triplet: AF, EA and BA. RGB value is (175,234,186). Sum of RGB (Red+Green+Blue) = 175+234+186=595 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.41% from 595); Green value is 234 (91.80% from 255 or 39.33% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEABA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEABA is #501545. Grayscale: #D3D3D3. Windows color (decimal): -5248326 or 12249775. OLE color: 12249775.
HSL color Cylindrical-coordinate representation of color #AFEABA: hue angle of 131.19º 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 #AFEABA is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 234 | 186 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.08 |
| HSL | 131.19º | 0.58% | 0.8% | - |
| HSV(B) | 131.19º | 0.25% | 0.92% | - |
| XYZ | 55.96 | 71.5 | 57.31 | - |
| YUV | 210.89 | 113.95 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 234 | 186 | 0.25 | 0 | 0.21 | 0.08 | 131.19 | 0.58 | 0.8 |
| Hex | AF | EA | BA | 19 | 0 | 15 | 8 | 83 | 3A | 50 |
| Octal | 257 | 352 | 272 | 31 | 0 | 25 | 10 | 203 | 72 | 120 |
| Binary | 10101111 | 11101010 | 10111010 | 11001 | 0 | 10101 | 1000 | 10000011 | 111010 | 1010000 |
Color Harmonies of #AFEABA
Complementary color
Monochromatic Colors of #AFEABA
Black with #AFEABA
Text Example
Text Example
White with #AFEABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEABA; }
p { color: rgb(175,234,186); }
H1.HeaderClassName
{
color: #AFEABA;
}
.AnyTagClassName
{
color: #AFEABA;
}
</style>
background-color css
<style>
a { background-color: #AFEABA; }
a { background-color: rgb(175,234,186); }
div.DivClassName
{
background-color: #AFEABA;
}
.BgClassName
{
background-color: #AFEABA;
}
</style>
border-color css
<style>
span { border-color: #AFEABA; }
span { border-color: rgb(175,234,186); }
td.TdClassName
{
border-color: #AFEABA;
}
.TagClassName
{
border-color: #AFEABA;
}
</style>