Shades of Aquamarine #90FCDB
Tints of Aquamarine #90FCDB
RGB
CMYK
RGB Variations
Color information
#90FCDB (or 0x90FCDB) is known color: Aquamarine. HEX triplet: 90, FC and DB. RGB value is (144,252,219). Sum of RGB (Red+Green+Blue) = 144+252+219=615 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.41% from 615); Green value is 252 (98.83% from 255 or 40.98% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 252 - color contains mainly: green. Hex color #90FCDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FCDB is #6F0324. Grayscale: #D7D7D7. Windows color (decimal): -7275301 or 14417040. OLE color: 14417040.
HSL color Cylindrical-coordinate representation of color #90FCDB: hue angle of 161.67º 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 #90FCDB is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 252 | 219 | - |
| CMYK | 0.43 | 0 | 0.13 | 0.01 |
| HSL | 161.67º | 0.95% | 0.78% | - |
| HSV(B) | 161.67º | 0.43% | 0.99% | - |
| XYZ | 59.1 | 80.66 | 79.47 | - |
| YUV | 215.95 | 129.72 | 76.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 252 | 219 | 0.43 | 0 | 0.13 | 0.01 | 161.67 | 0.95 | 0.78 |
| Hex | 90 | FC | DB | 2B | 0 | D | 1 | A2 | 5F | 4E |
| Octal | 220 | 374 | 333 | 53 | 0 | 15 | 1 | 242 | 137 | 116 |
| Binary | 10010000 | 11111100 | 11011011 | 101011 | 0 | 1101 | 1 | 10100010 | 1011111 | 1001110 |
Color Harmonies of #90FCDB
Complementary color
Monochromatic Colors of #90FCDB
Black with #90FCDB
Text Example
Text Example
White with #90FCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FCDB; }
p { color: rgb(144,252,219); }
H1.HeaderClassName
{
color: #90FCDB;
}
.AnyTagClassName
{
color: #90FCDB;
}
</style>
background-color css
<style>
a { background-color: #90FCDB; }
a { background-color: rgb(144,252,219); }
div.DivClassName
{
background-color: #90FCDB;
}
.BgClassName
{
background-color: #90FCDB;
}
</style>
border-color css
<style>
span { border-color: #90FCDB; }
span { border-color: rgb(144,252,219); }
td.TdClassName
{
border-color: #90FCDB;
}
.TagClassName
{
border-color: #90FCDB;
}
</style>