Shades of Aquamarine #90FBCF
Tints of Aquamarine #90FBCF
RGB
CMYK
RGB Variations
Color information
#90FBCF (or 0x90FBCF) is known color: Aquamarine. HEX triplet: 90, FB and CF. RGB value is (144,251,207). Sum of RGB (Red+Green+Blue) = 144+251+207=602 (79% of max value = 765). Red value is 144 (56.64% from 255 or 23.92% from 602); Green value is 251 (98.44% from 255 or 41.69% from 602); Blue value is 207 (81.25% from 255 or 34.39% from 602); Max value from RGB is 251 - color contains mainly: green. Hex color #90FBCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FBCF is #6F0430. Grayscale: #D6D6D6. Windows color (decimal): -7275569 or 13630352. OLE color: 13630352.
HSL color Cylindrical-coordinate representation of color #90FBCF: hue angle of 155.33º 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 #90FBCF is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 251 | 207 | - |
| CMYK | 0.43 | 0 | 0.18 | 0.02 |
| HSL | 155.33º | 0.93% | 0.77% | - |
| HSV(B) | 155.33º | 0.43% | 0.98% | - |
| XYZ | 57.26 | 79.43 | 71.34 | - |
| YUV | 213.99 | 124.05 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 251 | 207 | 0.43 | 0 | 0.18 | 0.02 | 155.33 | 0.93 | 0.77 |
| Hex | 90 | FB | CF | 2B | 0 | 12 | 2 | 9B | 5D | 4D |
| Octal | 220 | 373 | 317 | 53 | 0 | 22 | 2 | 233 | 135 | 115 |
| Binary | 10010000 | 11111011 | 11001111 | 101011 | 0 | 10010 | 10 | 10011011 | 1011101 | 1001101 |
Color Harmonies of #90FBCF
Complementary color
Monochromatic Colors of #90FBCF
Black with #90FBCF
Text Example
Text Example
White with #90FBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FBCF; }
p { color: rgb(144,251,207); }
H1.HeaderClassName
{
color: #90FBCF;
}
.AnyTagClassName
{
color: #90FBCF;
}
</style>
background-color css
<style>
a { background-color: #90FBCF; }
a { background-color: rgb(144,251,207); }
div.DivClassName
{
background-color: #90FBCF;
}
.BgClassName
{
background-color: #90FBCF;
}
</style>
border-color css
<style>
span { border-color: #90FBCF; }
span { border-color: rgb(144,251,207); }
td.TdClassName
{
border-color: #90FBCF;
}
.TagClassName
{
border-color: #90FBCF;
}
</style>