Shades of Fringy Flower #AFEEBC
Tints of Fringy Flower #AFEEBC
RGB
CMYK
RGB Variations
Color information
#AFEEBC (or 0xAFEEBC) is known color: Fringy Flower. HEX triplet: AF, EE and BC. RGB value is (175,238,188). Sum of RGB (Red+Green+Blue) = 175+238+188=601 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.12% from 601); Green value is 238 (93.36% from 255 or 39.60% from 601); Blue value is 188 (73.83% from 255 or 31.28% from 601); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEEBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEEBC is #501143. Grayscale: #D5D5D5. Windows color (decimal): -5247300 or 12381871. OLE color: 12381871.
HSL color Cylindrical-coordinate representation of color #AFEEBC: hue angle of 132.38º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEEBC is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 238 | 188 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.07 |
| HSL | 132.38º | 0.65% | 0.81% | - |
| HSV(B) | 132.38º | 0.26% | 0.93% | - |
| XYZ | 57.33 | 73.89 | 58.82 | - |
| YUV | 213.46 | 113.63 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 238 | 188 | 0.26 | 0 | 0.21 | 0.07 | 132.38 | 0.65 | 0.81 |
| Hex | AF | EE | BC | 1A | 0 | 15 | 7 | 84 | 41 | 51 |
| Octal | 257 | 356 | 274 | 32 | 0 | 25 | 7 | 204 | 101 | 121 |
| Binary | 10101111 | 11101110 | 10111100 | 11010 | 0 | 10101 | 111 | 10000100 | 1000001 | 1010001 |
Color Harmonies of #AFEEBC
Complementary color
Monochromatic Colors of #AFEEBC
Black with #AFEEBC
Text Example
Text Example
White with #AFEEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEEBC; }
p { color: rgb(175,238,188); }
H1.HeaderClassName
{
color: #AFEEBC;
}
.AnyTagClassName
{
color: #AFEEBC;
}
</style>
background-color css
<style>
a { background-color: #AFEEBC; }
a { background-color: rgb(175,238,188); }
div.DivClassName
{
background-color: #AFEEBC;
}
.BgClassName
{
background-color: #AFEEBC;
}
</style>
border-color css
<style>
span { border-color: #AFEEBC; }
span { border-color: rgb(175,238,188); }
td.TdClassName
{
border-color: #AFEEBC;
}
.TagClassName
{
border-color: #AFEEBC;
}
</style>