Shades of Aquamarine #90F3E5
Tints of Aquamarine #90F3E5
RGB
CMYK
RGB Variations
Color information
#90F3E5 (or 0x90F3E5) is known color: Aquamarine. HEX triplet: 90, F3 and E5. RGB value is (144,243,229). Sum of RGB (Red+Green+Blue) = 144+243+229=616 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.38% from 616); Green value is 243 (95.31% from 255 or 39.45% from 616); Blue value is 229 (89.84% from 255 or 37.18% from 616); Max value from RGB is 243 - color contains mainly: green. Hex color #90F3E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90F3E5 is #6F0C1A. Grayscale: #D3D3D3. Windows color (decimal): -7277595 or 15070096. OLE color: 15070096.
HSL color Cylindrical-coordinate representation of color #90F3E5: hue angle of 171.52º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90F3E5 is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 243 | 229 | - |
| CMYK | 0.41 | 0 | 0.06 | 0.05 |
| HSL | 171.52º | 0.8% | 0.76% | - |
| HSV(B) | 171.52º | 0.41% | 0.95% | - |
| XYZ | 57.7 | 75.69 | 85.7 | - |
| YUV | 211.8 | 137.7 | 79.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 243 | 229 | 0.41 | 0 | 0.06 | 0.05 | 171.52 | 0.8 | 0.76 |
| Hex | 90 | F3 | E5 | 29 | 0 | 6 | 5 | AC | 50 | 4C |
| Octal | 220 | 363 | 345 | 51 | 0 | 6 | 5 | 254 | 120 | 114 |
| Binary | 10010000 | 11110011 | 11100101 | 101001 | 0 | 110 | 101 | 10101100 | 1010000 | 1001100 |
Color Harmonies of #90F3E5
Complementary color
Monochromatic Colors of #90F3E5
Black with #90F3E5
Text Example
Text Example
White with #90F3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F3E5; }
p { color: rgb(144,243,229); }
H1.HeaderClassName
{
color: #90F3E5;
}
.AnyTagClassName
{
color: #90F3E5;
}
</style>
background-color css
<style>
a { background-color: #90F3E5; }
a { background-color: rgb(144,243,229); }
div.DivClassName
{
background-color: #90F3E5;
}
.BgClassName
{
background-color: #90F3E5;
}
</style>
border-color css
<style>
span { border-color: #90F3E5; }
span { border-color: rgb(144,243,229); }
td.TdClassName
{
border-color: #90F3E5;
}
.TagClassName
{
border-color: #90F3E5;
}
</style>