Shades of Aquamarine #90FBBC
Tints of Aquamarine #90FBBC
RGB
CMYK
RGB Variations
Color information
#90FBBC (or 0x90FBBC) is known color: Aquamarine. HEX triplet: 90, FB and BC. RGB value is (144,251,188). Sum of RGB (Red+Green+Blue) = 144+251+188=583 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.70% from 583); Green value is 251 (98.44% from 255 or 43.05% from 583); Blue value is 188 (73.83% from 255 or 32.25% from 583); Max value from RGB is 251 - color contains mainly: green. Hex color #90FBBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FBBC is #6F0443. Grayscale: #D3D3D3. Windows color (decimal): -7275588 or 12385168. OLE color: 12385168.
HSL color Cylindrical-coordinate representation of color #90FBBC: hue angle of 144.67º 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 #90FBBC is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 251 | 188 | - |
| CMYK | 0.43 | 0 | 0.25 | 0.02 |
| HSL | 144.67º | 0.93% | 0.77% | - |
| HSV(B) | 144.67º | 0.43% | 0.98% | - |
| XYZ | 55.08 | 78.55 | 59.84 | - |
| YUV | 211.83 | 114.55 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 251 | 188 | 0.43 | 0 | 0.25 | 0.02 | 144.67 | 0.93 | 0.77 |
| Hex | 90 | FB | BC | 2B | 0 | 19 | 2 | 91 | 5D | 4D |
| Octal | 220 | 373 | 274 | 53 | 0 | 31 | 2 | 221 | 135 | 115 |
| Binary | 10010000 | 11111011 | 10111100 | 101011 | 0 | 11001 | 10 | 10010001 | 1011101 | 1001101 |
Color Harmonies of #90FBBC
Complementary color
Monochromatic Colors of #90FBBC
Black with #90FBBC
Text Example
Text Example
White with #90FBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FBBC; }
p { color: rgb(144,251,188); }
H1.HeaderClassName
{
color: #90FBBC;
}
.AnyTagClassName
{
color: #90FBBC;
}
</style>
background-color css
<style>
a { background-color: #90FBBC; }
a { background-color: rgb(144,251,188); }
div.DivClassName
{
background-color: #90FBBC;
}
.BgClassName
{
background-color: #90FBBC;
}
</style>
border-color css
<style>
span { border-color: #90FBBC; }
span { border-color: rgb(144,251,188); }
td.TdClassName
{
border-color: #90FBBC;
}
.TagClassName
{
border-color: #90FBBC;
}
</style>