Shades of Aquamarine #90FBC4
Tints of Aquamarine #90FBC4
RGB
CMYK
RGB Variations
Color information
#90FBC4 (or 0x90FBC4) is known color: Aquamarine. HEX triplet: 90, FB and C4. RGB value is (144,251,196). Sum of RGB (Red+Green+Blue) = 144+251+196=591 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.37% from 591); Green value is 251 (98.44% from 255 or 42.47% from 591); Blue value is 196 (76.95% from 255 or 33.16% from 591); Max value from RGB is 251 - color contains mainly: green. Hex color #90FBC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FBC4 is #6F043B. Grayscale: #D4D4D4. Windows color (decimal): -7275580 or 12909456. OLE color: 12909456.
HSL color Cylindrical-coordinate representation of color #90FBC4: hue angle of 149.16º 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 #90FBC4 is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 251 | 196 | - |
| CMYK | 0.43 | 0 | 0.22 | 0.02 |
| HSL | 149.16º | 0.93% | 0.77% | - |
| HSV(B) | 149.16º | 0.43% | 0.98% | - |
| XYZ | 55.96 | 78.91 | 64.51 | - |
| YUV | 212.74 | 118.55 | 78.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 251 | 196 | 0.43 | 0 | 0.22 | 0.02 | 149.16 | 0.93 | 0.77 |
| Hex | 90 | FB | C4 | 2B | 0 | 16 | 2 | 95 | 5D | 4D |
| Octal | 220 | 373 | 304 | 53 | 0 | 26 | 2 | 225 | 135 | 115 |
| Binary | 10010000 | 11111011 | 11000100 | 101011 | 0 | 10110 | 10 | 10010101 | 1011101 | 1001101 |
Color Harmonies of #90FBC4
Complementary color
Monochromatic Colors of #90FBC4
Black with #90FBC4
Text Example
Text Example
White with #90FBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FBC4; }
p { color: rgb(144,251,196); }
H1.HeaderClassName
{
color: #90FBC4;
}
.AnyTagClassName
{
color: #90FBC4;
}
</style>
background-color css
<style>
a { background-color: #90FBC4; }
a { background-color: rgb(144,251,196); }
div.DivClassName
{
background-color: #90FBC4;
}
.BgClassName
{
background-color: #90FBC4;
}
</style>
border-color css
<style>
span { border-color: #90FBC4; }
span { border-color: rgb(144,251,196); }
td.TdClassName
{
border-color: #90FBC4;
}
.TagClassName
{
border-color: #90FBC4;
}
</style>