Shades of Aquamarine #90F9BC
Tints of Aquamarine #90F9BC
RGB
CMYK
RGB Variations
Color information
#90F9BC (or 0x90F9BC) is known color: Aquamarine. HEX triplet: 90, F9 and BC. RGB value is (144,249,188). Sum of RGB (Red+Green+Blue) = 144+249+188=581 (76% of max value = 765). Red value is 144 (56.64% from 255 or 24.78% from 581); Green value is 249 (97.66% from 255 or 42.86% from 581); Blue value is 188 (73.83% from 255 or 32.36% from 581); Max value from RGB is 249 - color contains mainly: green. Hex color #90F9BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90F9BC is #6F0643. Grayscale: #D2D2D2. Windows color (decimal): -7276100 or 12384656. OLE color: 12384656.
HSL color Cylindrical-coordinate representation of color #90F9BC: hue angle of 145.14º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90F9BC is Cyan = 0.42, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 249 | 188 | - |
| CMYK | 0.42 | 0 | 0.24 | 0.02 |
| HSL | 145.14º | 0.9% | 0.77% | - |
| HSV(B) | 145.14º | 0.42% | 0.98% | - |
| XYZ | 54.45 | 77.31 | 59.63 | - |
| YUV | 210.65 | 115.21 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 249 | 188 | 0.42 | 0 | 0.24 | 0.02 | 145.14 | 0.9 | 0.77 |
| Hex | 90 | F9 | BC | 2A | 0 | 18 | 2 | 91 | 5A | 4D |
| Octal | 220 | 371 | 274 | 52 | 0 | 30 | 2 | 221 | 132 | 115 |
| Binary | 10010000 | 11111001 | 10111100 | 101010 | 0 | 11000 | 10 | 10010001 | 1011010 | 1001101 |
Color Harmonies of #90F9BC
Complementary color
Monochromatic Colors of #90F9BC
Black with #90F9BC
Text Example
Text Example
White with #90F9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F9BC; }
p { color: rgb(144,249,188); }
H1.HeaderClassName
{
color: #90F9BC;
}
.AnyTagClassName
{
color: #90F9BC;
}
</style>
background-color css
<style>
a { background-color: #90F9BC; }
a { background-color: rgb(144,249,188); }
div.DivClassName
{
background-color: #90F9BC;
}
.BgClassName
{
background-color: #90F9BC;
}
</style>
border-color css
<style>
span { border-color: #90F9BC; }
span { border-color: rgb(144,249,188); }
td.TdClassName
{
border-color: #90F9BC;
}
.TagClassName
{
border-color: #90F9BC;
}
</style>