Shades of Water Leaf #A1F3E3
Tints of Water Leaf #A1F3E3
RGB
CMYK
RGB Variations
Color information
#A1F3E3 (or 0xA1F3E3) is known color: Water Leaf. HEX triplet: A1, F3 and E3. RGB value is (161,243,227). Sum of RGB (Red+Green+Blue) = 161+243+227=631 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.52% from 631); Green value is 243 (95.31% from 255 or 38.51% from 631); Blue value is 227 (89.06% from 255 or 35.97% from 631); Max value from RGB is 243 - color contains mainly: green. Hex color #A1F3E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F3E3 is #5E0C1C. Grayscale: #D8D8D8. Windows color (decimal): -6163485 or 14939041. OLE color: 14939041.
HSL color Cylindrical-coordinate representation of color #A1F3E3: hue angle of 168.29º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1F3E3 is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 243 | 227 | - |
| CMYK | 0.34 | 0 | 0.07 | 0.05 |
| HSL | 168.29º | 0.77% | 0.79% | - |
| HSV(B) | 168.29º | 0.34% | 0.95% | - |
| XYZ | 60.61 | 77.22 | 84.38 | - |
| YUV | 216.66 | 133.83 | 88.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 243 | 227 | 0.34 | 0 | 0.07 | 0.05 | 168.29 | 0.77 | 0.79 |
| Hex | A1 | F3 | E3 | 22 | 0 | 7 | 5 | A8 | 4D | 4F |
| Octal | 241 | 363 | 343 | 42 | 0 | 7 | 5 | 250 | 115 | 117 |
| Binary | 10100001 | 11110011 | 11100011 | 100010 | 0 | 111 | 101 | 10101000 | 1001101 | 1001111 |
Color Harmonies of #A1F3E3
Complementary color
Monochromatic Colors of #A1F3E3
Black with #A1F3E3
Text Example
Text Example
White with #A1F3E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F3E3; }
p { color: rgb(161,243,227); }
H1.HeaderClassName
{
color: #A1F3E3;
}
.AnyTagClassName
{
color: #A1F3E3;
}
</style>
background-color css
<style>
a { background-color: #A1F3E3; }
a { background-color: rgb(161,243,227); }
div.DivClassName
{
background-color: #A1F3E3;
}
.BgClassName
{
background-color: #A1F3E3;
}
</style>
border-color css
<style>
span { border-color: #A1F3E3; }
span { border-color: rgb(161,243,227); }
td.TdClassName
{
border-color: #A1F3E3;
}
.TagClassName
{
border-color: #A1F3E3;
}
</style>