Shades of Aquamarine #90FBC8
Tints of Aquamarine #90FBC8
RGB
CMYK
RGB Variations
Color information
#90FBC8 (or 0x90FBC8) is known color: Aquamarine. HEX triplet: 90, FB and C8. RGB value is (144,251,200). Sum of RGB (Red+Green+Blue) = 144+251+200=595 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.20% from 595); Green value is 251 (98.44% from 255 or 42.18% from 595); Blue value is 200 (78.52% from 255 or 33.61% from 595); Max value from RGB is 251 - color contains mainly: green. Hex color #90FBC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FBC8 is #6F0437. Grayscale: #D5D5D5. Windows color (decimal): -7275576 or 13171600. OLE color: 13171600.
HSL color Cylindrical-coordinate representation of color #90FBC8: hue angle of 151.4º 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 #90FBC8 is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 251 | 200 | - |
| CMYK | 0.43 | 0 | 0.20 | 0.02 |
| HSL | 151.4º | 0.93% | 0.77% | - |
| HSV(B) | 151.4º | 0.43% | 0.98% | - |
| XYZ | 56.42 | 79.09 | 66.94 | - |
| YUV | 213.19 | 120.55 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 251 | 200 | 0.43 | 0 | 0.20 | 0.02 | 151.4 | 0.93 | 0.77 |
| Hex | 90 | FB | C8 | 2B | 0 | 14 | 2 | 97 | 5D | 4D |
| Octal | 220 | 373 | 310 | 53 | 0 | 24 | 2 | 227 | 135 | 115 |
| Binary | 10010000 | 11111011 | 11001000 | 101011 | 0 | 10100 | 10 | 10010111 | 1011101 | 1001101 |
Color Harmonies of #90FBC8
Complementary color
Monochromatic Colors of #90FBC8
Black with #90FBC8
Text Example
Text Example
White with #90FBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FBC8; }
p { color: rgb(144,251,200); }
H1.HeaderClassName
{
color: #90FBC8;
}
.AnyTagClassName
{
color: #90FBC8;
}
</style>
background-color css
<style>
a { background-color: #90FBC8; }
a { background-color: rgb(144,251,200); }
div.DivClassName
{
background-color: #90FBC8;
}
.BgClassName
{
background-color: #90FBC8;
}
</style>
border-color css
<style>
span { border-color: #90FBC8; }
span { border-color: rgb(144,251,200); }
td.TdClassName
{
border-color: #90FBC8;
}
.TagClassName
{
border-color: #90FBC8;
}
</style>