Shades of Water Leaf #A1F4DF
Tints of Water Leaf #A1F4DF
RGB
CMYK
RGB Variations
Color information
#A1F4DF (or 0xA1F4DF) is known color: Water Leaf. HEX triplet: A1, F4 and DF. RGB value is (161,244,223). Sum of RGB (Red+Green+Blue) = 161+244+223=628 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.64% from 628); Green value is 244 (95.70% from 255 or 38.85% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 244 - color contains mainly: green. Hex color #A1F4DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F4DF is #5E0B20. Grayscale: #D8D8D8. Windows color (decimal): -6163233 or 14677153. OLE color: 14677153.
HSL color Cylindrical-coordinate representation of color #A1F4DF: hue angle of 164.82º degrees, saturation: 0.79, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1F4DF is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 244 | 223 | - |
| CMYK | 0.34 | 0 | 0.09 | 0.04 |
| HSL | 164.82º | 0.79% | 0.79% | - |
| HSV(B) | 164.82º | 0.34% | 0.96% | - |
| XYZ | 60.37 | 77.61 | 81.61 | - |
| YUV | 216.79 | 131.5 | 88.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 244 | 223 | 0.34 | 0 | 0.09 | 0.04 | 164.82 | 0.79 | 0.79 |
| Hex | A1 | F4 | DF | 22 | 0 | 9 | 4 | A5 | 4F | 4F |
| Octal | 241 | 364 | 337 | 42 | 0 | 11 | 4 | 245 | 117 | 117 |
| Binary | 10100001 | 11110100 | 11011111 | 100010 | 0 | 1001 | 100 | 10100101 | 1001111 | 1001111 |
Color Harmonies of #A1F4DF
Complementary color
Monochromatic Colors of #A1F4DF
Black with #A1F4DF
Text Example
Text Example
White with #A1F4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F4DF; }
p { color: rgb(161,244,223); }
H1.HeaderClassName
{
color: #A1F4DF;
}
.AnyTagClassName
{
color: #A1F4DF;
}
</style>
background-color css
<style>
a { background-color: #A1F4DF; }
a { background-color: rgb(161,244,223); }
div.DivClassName
{
background-color: #A1F4DF;
}
.BgClassName
{
background-color: #A1F4DF;
}
</style>
border-color css
<style>
span { border-color: #A1F4DF; }
span { border-color: rgb(161,244,223); }
td.TdClassName
{
border-color: #A1F4DF;
}
.TagClassName
{
border-color: #A1F4DF;
}
</style>