Shades of Aquamarine #90FBCC
Tints of Aquamarine #90FBCC
RGB
CMYK
RGB Variations
Color information
#90FBCC (or 0x90FBCC) is known color: Aquamarine. HEX triplet: 90, FB and CC. RGB value is (144,251,204). Sum of RGB (Red+Green+Blue) = 144+251+204=599 (79% of max value = 765). Red value is 144 (56.64% from 255 or 24.04% from 599); Green value is 251 (98.44% from 255 or 41.90% from 599); Blue value is 204 (80.08% from 255 or 34.06% from 599); Max value from RGB is 251 - color contains mainly: green. Hex color #90FBCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FBCC is #6F0433. Grayscale: #D5D5D5. Windows color (decimal): -7275572 or 13433744. OLE color: 13433744.
HSL color Cylindrical-coordinate representation of color #90FBCC: hue angle of 153.64º 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 #90FBCC is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 251 | 204 | - |
| CMYK | 0.43 | 0 | 0.19 | 0.02 |
| HSL | 153.64º | 0.93% | 0.77% | - |
| HSV(B) | 153.64º | 0.43% | 0.98% | - |
| XYZ | 56.9 | 79.28 | 69.43 | - |
| YUV | 213.65 | 122.55 | 78.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 251 | 204 | 0.43 | 0 | 0.19 | 0.02 | 153.64 | 0.93 | 0.77 |
| Hex | 90 | FB | CC | 2B | 0 | 13 | 2 | 9A | 5D | 4D |
| Octal | 220 | 373 | 314 | 53 | 0 | 23 | 2 | 232 | 135 | 115 |
| Binary | 10010000 | 11111011 | 11001100 | 101011 | 0 | 10011 | 10 | 10011010 | 1011101 | 1001101 |
Color Harmonies of #90FBCC
Complementary color
Monochromatic Colors of #90FBCC
Black with #90FBCC
Text Example
Text Example
White with #90FBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FBCC; }
p { color: rgb(144,251,204); }
H1.HeaderClassName
{
color: #90FBCC;
}
.AnyTagClassName
{
color: #90FBCC;
}
</style>
background-color css
<style>
a { background-color: #90FBCC; }
a { background-color: rgb(144,251,204); }
div.DivClassName
{
background-color: #90FBCC;
}
.BgClassName
{
background-color: #90FBCC;
}
</style>
border-color css
<style>
span { border-color: #90FBCC; }
span { border-color: rgb(144,251,204); }
td.TdClassName
{
border-color: #90FBCC;
}
.TagClassName
{
border-color: #90FBCC;
}
</style>