Shades of Aquamarine #90FDCF
Tints of Aquamarine #90FDCF
RGB
CMYK
RGB Variations
Color information
#90FDCF (or 0x90FDCF) is known color: Aquamarine. HEX triplet: 90, FD and CF. RGB value is (144,253,207). Sum of RGB (Red+Green+Blue) = 144+253+207=604 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.84% from 604); Green value is 253 (99.22% from 255 or 41.89% from 604); Blue value is 207 (81.25% from 255 or 34.27% from 604); Max value from RGB is 253 - color contains mainly: green. Hex color #90FDCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FDCF is #6F0230. Grayscale: #D7D7D7. Windows color (decimal): -7275057 or 13630864. OLE color: 13630864.
HSL color Cylindrical-coordinate representation of color #90FDCF: hue angle of 154.68º degrees, saturation: 0.96, 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 #90FDCF is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 253 | 207 | - |
| CMYK | 0.43 | 0 | 0.18 | 0.01 |
| HSL | 154.68º | 0.96% | 0.78% | - |
| HSV(B) | 154.68º | 0.43% | 0.99% | - |
| XYZ | 57.89 | 80.68 | 71.55 | - |
| YUV | 215.17 | 123.39 | 77.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 253 | 207 | 0.43 | 0 | 0.18 | 0.01 | 154.68 | 0.96 | 0.78 |
| Hex | 90 | FD | CF | 2B | 0 | 12 | 1 | 9B | 60 | 4E |
| Octal | 220 | 375 | 317 | 53 | 0 | 22 | 1 | 233 | 140 | 116 |
| Binary | 10010000 | 11111101 | 11001111 | 101011 | 0 | 10010 | 1 | 10011011 | 1100000 | 1001110 |
Color Harmonies of #90FDCF
Complementary color
Monochromatic Colors of #90FDCF
Black with #90FDCF
Text Example
Text Example
White with #90FDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FDCF; }
p { color: rgb(144,253,207); }
H1.HeaderClassName
{
color: #90FDCF;
}
.AnyTagClassName
{
color: #90FDCF;
}
</style>
background-color css
<style>
a { background-color: #90FDCF; }
a { background-color: rgb(144,253,207); }
div.DivClassName
{
background-color: #90FDCF;
}
.BgClassName
{
background-color: #90FDCF;
}
</style>
border-color css
<style>
span { border-color: #90FDCF; }
span { border-color: rgb(144,253,207); }
td.TdClassName
{
border-color: #90FDCF;
}
.TagClassName
{
border-color: #90FDCF;
}
</style>