Shades of Water Leaf #A1F3E2
Tints of Water Leaf #A1F3E2
RGB
CMYK
RGB Variations
Color information
#A1F3E2 (or 0xA1F3E2) is known color: Water Leaf. HEX triplet: A1, F3 and E2. RGB value is (161,243,226). Sum of RGB (Red+Green+Blue) = 161+243+226=630 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.56% from 630); Green value is 243 (95.31% from 255 or 38.57% from 630); Blue value is 226 (88.67% from 255 or 35.87% from 630); Max value from RGB is 243 - color contains mainly: green. Hex color #A1F3E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F3E2 is #5E0C1D. Grayscale: #D8D8D8. Windows color (decimal): -6163486 or 14873505. OLE color: 14873505.
HSL color Cylindrical-coordinate representation of color #A1F3E2: hue angle of 167.56º 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 #A1F3E2 is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 243 | 226 | - |
| CMYK | 0.34 | 0 | 0.07 | 0.05 |
| HSL | 167.56º | 0.77% | 0.79% | - |
| HSV(B) | 167.56º | 0.34% | 0.95% | - |
| XYZ | 60.48 | 77.17 | 83.66 | - |
| YUV | 216.54 | 133.33 | 88.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 243 | 226 | 0.34 | 0 | 0.07 | 0.05 | 167.56 | 0.77 | 0.79 |
| Hex | A1 | F3 | E2 | 22 | 0 | 7 | 5 | A8 | 4D | 4F |
| Octal | 241 | 363 | 342 | 42 | 0 | 7 | 5 | 250 | 115 | 117 |
| Binary | 10100001 | 11110011 | 11100010 | 100010 | 0 | 111 | 101 | 10101000 | 1001101 | 1001111 |
Color Harmonies of #A1F3E2
Complementary color
Monochromatic Colors of #A1F3E2
Black with #A1F3E2
Text Example
Text Example
White with #A1F3E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F3E2; }
p { color: rgb(161,243,226); }
H1.HeaderClassName
{
color: #A1F3E2;
}
.AnyTagClassName
{
color: #A1F3E2;
}
</style>
background-color css
<style>
a { background-color: #A1F3E2; }
a { background-color: rgb(161,243,226); }
div.DivClassName
{
background-color: #A1F3E2;
}
.BgClassName
{
background-color: #A1F3E2;
}
</style>
border-color css
<style>
span { border-color: #A1F3E2; }
span { border-color: rgb(161,243,226); }
td.TdClassName
{
border-color: #A1F3E2;
}
.TagClassName
{
border-color: #A1F3E2;
}
</style>