Shades of Water Leaf #A5F5DF
Tints of Water Leaf #A5F5DF
RGB
CMYK
RGB Variations
Color information
#A5F5DF (or 0xA5F5DF) is known color: Water Leaf. HEX triplet: A5, F5 and DF. RGB value is (165,245,223). Sum of RGB (Red+Green+Blue) = 165+245+223=633 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.07% from 633); Green value is 245 (96.09% from 255 or 38.70% from 633); Blue value is 223 (87.5% from 255 or 35.23% from 633); Max value from RGB is 245 - color contains mainly: green. Hex color #A5F5DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5F5DF is #5A0A20. Grayscale: #DADADA. Windows color (decimal): -5900833 or 14677413. OLE color: 14677413.
HSL color Cylindrical-coordinate representation of color #A5F5DF: hue angle of 163.5º degrees, saturation: 0.8, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5F5DF is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 245 | 223 | - |
| CMYK | 0.33 | 0 | 0.09 | 0.04 |
| HSL | 163.5º | 0.8% | 0.8% | - |
| HSV(B) | 163.5º | 0.33% | 0.96% | - |
| XYZ | 61.49 | 78.63 | 81.75 | - |
| YUV | 218.57 | 130.5 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 245 | 223 | 0.33 | 0 | 0.09 | 0.04 | 163.5 | 0.8 | 0.8 |
| Hex | A5 | F5 | DF | 21 | 0 | 9 | 4 | A4 | 50 | 50 |
| Octal | 245 | 365 | 337 | 41 | 0 | 11 | 4 | 244 | 120 | 120 |
| Binary | 10100101 | 11110101 | 11011111 | 100001 | 0 | 1001 | 100 | 10100100 | 1010000 | 1010000 |
Color Harmonies of #A5F5DF
Complementary color
Monochromatic Colors of #A5F5DF
Black with #A5F5DF
Text Example
Text Example
White with #A5F5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F5DF; }
p { color: rgb(165,245,223); }
H1.HeaderClassName
{
color: #A5F5DF;
}
.AnyTagClassName
{
color: #A5F5DF;
}
</style>
background-color css
<style>
a { background-color: #A5F5DF; }
a { background-color: rgb(165,245,223); }
div.DivClassName
{
background-color: #A5F5DF;
}
.BgClassName
{
background-color: #A5F5DF;
}
</style>
border-color css
<style>
span { border-color: #A5F5DF; }
span { border-color: rgb(165,245,223); }
td.TdClassName
{
border-color: #A5F5DF;
}
.TagClassName
{
border-color: #A5F5DF;
}
</style>