Shades of Water Leaf #A3F1DD
Tints of Water Leaf #A3F1DD
RGB
CMYK
RGB Variations
Color information
#A3F1DD (or 0xA3F1DD) is known color: Water Leaf. HEX triplet: A3, F1 and DD. RGB value is (163,241,221). Sum of RGB (Red+Green+Blue) = 163+241+221=625 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.08% from 625); Green value is 241 (94.53% from 255 or 38.56% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 241 - color contains mainly: green. Hex color #A3F1DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3F1DD is #5C0E22. Grayscale: #D7D7D7. Windows color (decimal): -6032931 or 14545315. OLE color: 14545315.
HSL color Cylindrical-coordinate representation of color #A3F1DD: hue angle of 164.62º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3F1DD is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 241 | 221 | - |
| CMYK | 0.32 | 0 | 0.08 | 0.05 |
| HSL | 164.62º | 0.74% | 0.79% | - |
| HSV(B) | 164.62º | 0.32% | 0.95% | - |
| XYZ | 59.61 | 75.92 | 79.92 | - |
| YUV | 215.4 | 131.16 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 241 | 221 | 0.32 | 0 | 0.08 | 0.05 | 164.62 | 0.74 | 0.79 |
| Hex | A3 | F1 | DD | 20 | 0 | 8 | 5 | A5 | 4A | 4F |
| Octal | 243 | 361 | 335 | 40 | 0 | 10 | 5 | 245 | 112 | 117 |
| Binary | 10100011 | 11110001 | 11011101 | 100000 | 0 | 1000 | 101 | 10100101 | 1001010 | 1001111 |
Color Harmonies of #A3F1DD
Complementary color
Monochromatic Colors of #A3F1DD
Black with #A3F1DD
Text Example
Text Example
White with #A3F1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F1DD; }
p { color: rgb(163,241,221); }
H1.HeaderClassName
{
color: #A3F1DD;
}
.AnyTagClassName
{
color: #A3F1DD;
}
</style>
background-color css
<style>
a { background-color: #A3F1DD; }
a { background-color: rgb(163,241,221); }
div.DivClassName
{
background-color: #A3F1DD;
}
.BgClassName
{
background-color: #A3F1DD;
}
</style>
border-color css
<style>
span { border-color: #A3F1DD; }
span { border-color: rgb(163,241,221); }
td.TdClassName
{
border-color: #A3F1DD;
}
.TagClassName
{
border-color: #A3F1DD;
}
</style>