Shades of Aquamarine #90FBBB
Tints of Aquamarine #90FBBB
RGB
CMYK
RGB Variations
Color information
#90FBBB (or 0x90FBBB) is known color: Aquamarine. HEX triplet: 90, FB and BB. RGB value is (144,251,187). Sum of RGB (Red+Green+Blue) = 144+251+187=582 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.74% from 582); Green value is 251 (98.44% from 255 or 43.13% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 251 - color contains mainly: green. Hex color #90FBBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FBBB is #6F0444. Grayscale: #D3D3D3. Windows color (decimal): -7275589 or 12319632. OLE color: 12319632.
HSL color Cylindrical-coordinate representation of color #90FBBB: hue angle of 144.11º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90FBBB is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 251 | 187 | - |
| CMYK | 0.43 | 0 | 0.25 | 0.02 |
| HSL | 144.11º | 0.93% | 0.77% | - |
| HSV(B) | 144.11º | 0.43% | 0.98% | - |
| XYZ | 54.97 | 78.51 | 59.27 | - |
| YUV | 211.71 | 114.05 | 79.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 251 | 187 | 0.43 | 0 | 0.25 | 0.02 | 144.11 | 0.93 | 0.77 |
| Hex | 90 | FB | BB | 2B | 0 | 19 | 2 | 90 | 5D | 4D |
| Octal | 220 | 373 | 273 | 53 | 0 | 31 | 2 | 220 | 135 | 115 |
| Binary | 10010000 | 11111011 | 10111011 | 101011 | 0 | 11001 | 10 | 10010000 | 1011101 | 1001101 |
Color Harmonies of #90FBBB
Complementary color
Monochromatic Colors of #90FBBB
Black with #90FBBB
Text Example
Text Example
White with #90FBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FBBB; }
p { color: rgb(144,251,187); }
H1.HeaderClassName
{
color: #90FBBB;
}
.AnyTagClassName
{
color: #90FBBB;
}
</style>
background-color css
<style>
a { background-color: #90FBBB; }
a { background-color: rgb(144,251,187); }
div.DivClassName
{
background-color: #90FBBB;
}
.BgClassName
{
background-color: #90FBBB;
}
</style>
border-color css
<style>
span { border-color: #90FBBB; }
span { border-color: rgb(144,251,187); }
td.TdClassName
{
border-color: #90FBBB;
}
.TagClassName
{
border-color: #90FBBB;
}
</style>