Shades of Aquamarine #90F1DF
Tints of Aquamarine #90F1DF
RGB
CMYK
RGB Variations
Color information
#90F1DF (or 0x90F1DF) is known color: Aquamarine. HEX triplet: 90, F1 and DF. RGB value is (144,241,223). Sum of RGB (Red+Green+Blue) = 144+241+223=608 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.68% from 608); Green value is 241 (94.53% from 255 or 39.64% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 241 - color contains mainly: green. Hex color #90F1DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90F1DF is #6F0E20. Grayscale: #D1D1D1. Windows color (decimal): -7278113 or 14676368. OLE color: 14676368.
HSL color Cylindrical-coordinate representation of color #90F1DF: hue angle of 168.87º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90F1DF is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 241 | 223 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.05 |
| HSL | 168.87º | 0.78% | 0.75% | - |
| HSV(B) | 168.87º | 0.4% | 0.95% | - |
| XYZ | 56.28 | 74.17 | 81.16 | - |
| YUV | 209.95 | 135.36 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 241 | 223 | 0.40 | 0 | 0.07 | 0.05 | 168.87 | 0.78 | 0.75 |
| Hex | 90 | F1 | DF | 28 | 0 | 7 | 5 | A9 | 4E | 4B |
| Octal | 220 | 361 | 337 | 50 | 0 | 7 | 5 | 251 | 116 | 113 |
| Binary | 10010000 | 11110001 | 11011111 | 101000 | 0 | 111 | 101 | 10101001 | 1001110 | 1001011 |
Color Harmonies of #90F1DF
Complementary color
Monochromatic Colors of #90F1DF
Black with #90F1DF
Text Example
Text Example
White with #90F1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F1DF; }
p { color: rgb(144,241,223); }
H1.HeaderClassName
{
color: #90F1DF;
}
.AnyTagClassName
{
color: #90F1DF;
}
</style>
background-color css
<style>
a { background-color: #90F1DF; }
a { background-color: rgb(144,241,223); }
div.DivClassName
{
background-color: #90F1DF;
}
.BgClassName
{
background-color: #90F1DF;
}
</style>
border-color css
<style>
span { border-color: #90F1DF; }
span { border-color: rgb(144,241,223); }
td.TdClassName
{
border-color: #90F1DF;
}
.TagClassName
{
border-color: #90F1DF;
}
</style>