Shades of Aquamarine #90FCBD
Tints of Aquamarine #90FCBD
RGB
CMYK
RGB Variations
Color information
#90FCBD (or 0x90FCBD) is known color: Aquamarine. HEX triplet: 90, FC and BD. RGB value is (144,252,189). Sum of RGB (Red+Green+Blue) = 144+252+189=585 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.62% from 585); Green value is 252 (98.83% from 255 or 43.08% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 252 - color contains mainly: green. Hex color #90FCBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FCBD is #6F0342. Grayscale: #D4D4D4. Windows color (decimal): -7275331 or 12450960. OLE color: 12450960.
HSL color Cylindrical-coordinate representation of color #90FCBD: hue angle of 145º 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 #90FCBD is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 252 | 189 | - |
| CMYK | 0.43 | 0 | 0.25 | 0.01 |
| HSL | 145º | 0.95% | 0.78% | - |
| HSV(B) | 145º | 0.43% | 0.99% | - |
| XYZ | 55.5 | 79.22 | 60.51 | - |
| YUV | 212.53 | 114.72 | 79.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 252 | 189 | 0.43 | 0 | 0.25 | 0.01 | 145 | 0.95 | 0.78 |
| Hex | 90 | FC | BD | 2B | 0 | 19 | 1 | 91 | 5F | 4E |
| Octal | 220 | 374 | 275 | 53 | 0 | 31 | 1 | 221 | 137 | 116 |
| Binary | 10010000 | 11111100 | 10111101 | 101011 | 0 | 11001 | 1 | 10010001 | 1011111 | 1001110 |
Color Harmonies of #90FCBD
Complementary color
Monochromatic Colors of #90FCBD
Black with #90FCBD
Text Example
Text Example
White with #90FCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FCBD; }
p { color: rgb(144,252,189); }
H1.HeaderClassName
{
color: #90FCBD;
}
.AnyTagClassName
{
color: #90FCBD;
}
</style>
background-color css
<style>
a { background-color: #90FCBD; }
a { background-color: rgb(144,252,189); }
div.DivClassName
{
background-color: #90FCBD;
}
.BgClassName
{
background-color: #90FCBD;
}
</style>
border-color css
<style>
span { border-color: #90FCBD; }
span { border-color: rgb(144,252,189); }
td.TdClassName
{
border-color: #90FCBD;
}
.TagClassName
{
border-color: #90FCBD;
}
</style>