Shades of Aquamarine #90FCBF
Tints of Aquamarine #90FCBF
RGB
CMYK
RGB Variations
Color information
#90FCBF (or 0x90FCBF) is known color: Aquamarine. HEX triplet: 90, FC and BF. RGB value is (144,252,191). Sum of RGB (Red+Green+Blue) = 144+252+191=587 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.53% from 587); Green value is 252 (98.83% from 255 or 42.93% from 587); Blue value is 191 (75% from 255 or 32.54% from 587); Max value from RGB is 252 - color contains mainly: green. Hex color #90FCBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FCBF is #6F0340. Grayscale: #D4D4D4. Windows color (decimal): -7275329 or 12582032. OLE color: 12582032.
HSL color Cylindrical-coordinate representation of color #90FCBF: hue angle of 146.11º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90FCBF is Cyan = 0.43, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 252 | 191 | - |
| CMYK | 0.43 | 0 | 0.24 | 0.01 |
| HSL | 146.11º | 0.95% | 0.78% | - |
| HSV(B) | 146.11º | 0.43% | 0.99% | - |
| XYZ | 55.72 | 79.31 | 61.66 | - |
| YUV | 212.75 | 115.72 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 252 | 191 | 0.43 | 0 | 0.24 | 0.01 | 146.11 | 0.95 | 0.78 |
| Hex | 90 | FC | BF | 2B | 0 | 18 | 1 | 92 | 5F | 4E |
| Octal | 220 | 374 | 277 | 53 | 0 | 30 | 1 | 222 | 137 | 116 |
| Binary | 10010000 | 11111100 | 10111111 | 101011 | 0 | 11000 | 1 | 10010010 | 1011111 | 1001110 |
Color Harmonies of #90FCBF
Complementary color
Monochromatic Colors of #90FCBF
Black with #90FCBF
Text Example
Text Example
White with #90FCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FCBF; }
p { color: rgb(144,252,191); }
H1.HeaderClassName
{
color: #90FCBF;
}
.AnyTagClassName
{
color: #90FCBF;
}
</style>
background-color css
<style>
a { background-color: #90FCBF; }
a { background-color: rgb(144,252,191); }
div.DivClassName
{
background-color: #90FCBF;
}
.BgClassName
{
background-color: #90FCBF;
}
</style>
border-color css
<style>
span { border-color: #90FCBF; }
span { border-color: rgb(144,252,191); }
td.TdClassName
{
border-color: #90FCBF;
}
.TagClassName
{
border-color: #90FCBF;
}
</style>