Shades of Aquamarine #90FDBD
Tints of Aquamarine #90FDBD
RGB
CMYK
RGB Variations
Color information
#90FDBD (or 0x90FDBD) is known color: Aquamarine. HEX triplet: 90, FD and BD. RGB value is (144,253,189). Sum of RGB (Red+Green+Blue) = 144+253+189=586 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.57% from 586); Green value is 253 (99.22% from 255 or 43.17% from 586); Blue value is 189 (74.22% from 255 or 32.25% from 586); Max value from RGB is 253 - color contains mainly: green. Hex color #90FDBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FDBD is #6F0242. Grayscale: #D5D5D5. Windows color (decimal): -7275075 or 12451216. OLE color: 12451216.
HSL color Cylindrical-coordinate representation of color #90FDBD: hue angle of 144.77º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90FDBD is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 253 | 189 | - |
| CMYK | 0.43 | 0 | 0.25 | 0.01 |
| HSL | 144.77º | 0.96% | 0.78% | - |
| HSV(B) | 144.77º | 0.43% | 0.99% | - |
| XYZ | 55.81 | 79.85 | 60.62 | - |
| YUV | 213.11 | 114.39 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 253 | 189 | 0.43 | 0 | 0.25 | 0.01 | 144.77 | 0.96 | 0.78 |
| Hex | 90 | FD | BD | 2B | 0 | 19 | 1 | 91 | 60 | 4E |
| Octal | 220 | 375 | 275 | 53 | 0 | 31 | 1 | 221 | 140 | 116 |
| Binary | 10010000 | 11111101 | 10111101 | 101011 | 0 | 11001 | 1 | 10010001 | 1100000 | 1001110 |
Color Harmonies of #90FDBD
Complementary color
Monochromatic Colors of #90FDBD
Black with #90FDBD
Text Example
Text Example
White with #90FDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FDBD; }
p { color: rgb(144,253,189); }
H1.HeaderClassName
{
color: #90FDBD;
}
.AnyTagClassName
{
color: #90FDBD;
}
</style>
background-color css
<style>
a { background-color: #90FDBD; }
a { background-color: rgb(144,253,189); }
div.DivClassName
{
background-color: #90FDBD;
}
.BgClassName
{
background-color: #90FDBD;
}
</style>
border-color css
<style>
span { border-color: #90FDBD; }
span { border-color: rgb(144,253,189); }
td.TdClassName
{
border-color: #90FDBD;
}
.TagClassName
{
border-color: #90FDBD;
}
</style>