Shades of Aquamarine #90FAC3
Tints of Aquamarine #90FAC3
RGB
CMYK
RGB Variations
Color information
#90FAC3 (or 0x90FAC3) is known color: Aquamarine. HEX triplet: 90, FA and C3. RGB value is (144,250,195). Sum of RGB (Red+Green+Blue) = 144+250+195=589 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.45% from 589); Green value is 250 (98.05% from 255 or 42.44% from 589); Blue value is 195 (76.56% from 255 or 33.11% from 589); Max value from RGB is 250 - color contains mainly: green. Hex color #90FAC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FAC3 is #6F053C. Grayscale: #D4D4D4. Windows color (decimal): -7275837 or 12843664. OLE color: 12843664.
HSL color Cylindrical-coordinate representation of color #90FAC3: hue angle of 148.87º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90FAC3 is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 250 | 195 | - |
| CMYK | 0.42 | 0 | 0.22 | 0.02 |
| HSL | 148.87º | 0.91% | 0.77% | - |
| HSV(B) | 148.87º | 0.42% | 0.98% | - |
| XYZ | 55.54 | 78.24 | 63.8 | - |
| YUV | 212.04 | 118.38 | 79.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 250 | 195 | 0.42 | 0 | 0.22 | 0.02 | 148.87 | 0.91 | 0.77 |
| Hex | 90 | FA | C3 | 2A | 0 | 16 | 2 | 95 | 5B | 4D |
| Octal | 220 | 372 | 303 | 52 | 0 | 26 | 2 | 225 | 133 | 115 |
| Binary | 10010000 | 11111010 | 11000011 | 101010 | 0 | 10110 | 10 | 10010101 | 1011011 | 1001101 |
Color Harmonies of #90FAC3
Complementary color
Monochromatic Colors of #90FAC3
Black with #90FAC3
Text Example
Text Example
White with #90FAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FAC3; }
p { color: rgb(144,250,195); }
H1.HeaderClassName
{
color: #90FAC3;
}
.AnyTagClassName
{
color: #90FAC3;
}
</style>
background-color css
<style>
a { background-color: #90FAC3; }
a { background-color: rgb(144,250,195); }
div.DivClassName
{
background-color: #90FAC3;
}
.BgClassName
{
background-color: #90FAC3;
}
</style>
border-color css
<style>
span { border-color: #90FAC3; }
span { border-color: rgb(144,250,195); }
td.TdClassName
{
border-color: #90FAC3;
}
.TagClassName
{
border-color: #90FAC3;
}
</style>