Shades of Aquamarine #90F8C1
Tints of Aquamarine #90F8C1
RGB
CMYK
RGB Variations
Color information
#90F8C1 (or 0x90F8C1) is known color: Aquamarine. HEX triplet: 90, F8 and C1. RGB value is (144,248,193). Sum of RGB (Red+Green+Blue) = 144+248+193=585 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.62% from 585); Green value is 248 (97.27% from 255 or 42.39% from 585); Blue value is 193 (75.78% from 255 or 32.99% from 585); Max value from RGB is 248 - color contains mainly: green. Hex color #90F8C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90F8C1 is #6F073E. Grayscale: #D2D2D2. Windows color (decimal): -7276351 or 12712080. OLE color: 12712080.
HSL color Cylindrical-coordinate representation of color #90F8C1: hue angle of 148.27º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90F8C1 is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 144 | 248 | 193 | - |
| CMYK | 0.42 | 0 | 0.22 | 0.03 |
| HSL | 148.27º | 0.88% | 0.77% | - |
| HSV(B) | 148.27º | 0.42% | 0.97% | - |
| XYZ | 54.69 | 76.91 | 62.42 | - |
| YUV | 210.63 | 118.04 | 80.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 248 | 193 | 0.42 | 0 | 0.22 | 0.03 | 148.27 | 0.88 | 0.77 |
| Hex | 90 | F8 | C1 | 2A | 0 | 16 | 3 | 94 | 58 | 4D |
| Octal | 220 | 370 | 301 | 52 | 0 | 26 | 3 | 224 | 130 | 115 |
| Binary | 10010000 | 11111000 | 11000001 | 101010 | 0 | 10110 | 11 | 10010100 | 1011000 | 1001101 |
Color Harmonies of #90F8C1
Complementary color
Monochromatic Colors of #90F8C1
Black with #90F8C1
Text Example
Text Example
White with #90F8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F8C1; }
p { color: rgb(144,248,193); }
H1.HeaderClassName
{
color: #90F8C1;
}
.AnyTagClassName
{
color: #90F8C1;
}
</style>
background-color css
<style>
a { background-color: #90F8C1; }
a { background-color: rgb(144,248,193); }
div.DivClassName
{
background-color: #90F8C1;
}
.BgClassName
{
background-color: #90F8C1;
}
</style>
border-color css
<style>
span { border-color: #90F8C1; }
span { border-color: rgb(144,248,193); }
td.TdClassName
{
border-color: #90F8C1;
}
.TagClassName
{
border-color: #90F8C1;
}
</style>