Shades of Aquamarine #94FFD5
Tints of Aquamarine #94FFD5
RGB
CMYK
RGB Variations
Color information
#94FFD5 (or 0x94FFD5) is known color: Aquamarine. HEX triplet: 94, FF and D5. RGB value is (148,255,213). Sum of RGB (Red+Green+Blue) = 148+255+213=616 (81% of max value = 765). Red value is 148 (58.20% from 255 or 24.03% from 616); Green value is 255 (100% from 255 or 41.40% from 616); Blue value is 213 (83.59% from 255 or 34.58% from 616); Max value from RGB is 255 - color contains mainly: green. Hex color #94FFD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FFD5 is #6B002A. Grayscale: #DADADA. Windows color (decimal): -7012395 or 14024596. OLE color: 14024596.
HSL color Cylindrical-coordinate representation of color #94FFD5: hue angle of 156.45º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94FFD5 is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 255 | 213 | - |
| CMYK | 0.42 | 0 | 0.16 | 0 |
| HSL | 156.45º | 1% | 0.79% | - |
| HSV(B) | 156.45º | 0.42% | 1% | - |
| XYZ | 59.98 | 82.62 | 75.74 | - |
| YUV | 218.22 | 125.05 | 77.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 255 | 213 | 0.42 | 0 | 0.16 | 0 | 156.45 | 1 | 0.79 |
| Hex | 94 | FF | D5 | 2A | 0 | 10 | 0 | 9C | 64 | 4F |
| Octal | 224 | 377 | 325 | 52 | 0 | 20 | 0 | 234 | 144 | 117 |
| Binary | 10010100 | 11111111 | 11010101 | 101010 | 0 | 10000 | 0 | 10011100 | 1100100 | 1001111 |
Color Harmonies of #94FFD5
Complementary color
Monochromatic Colors of #94FFD5
Black with #94FFD5
Text Example
Text Example
White with #94FFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FFD5; }
p { color: rgb(148,255,213); }
H1.HeaderClassName
{
color: #94FFD5;
}
.AnyTagClassName
{
color: #94FFD5;
}
</style>
background-color css
<style>
a { background-color: #94FFD5; }
a { background-color: rgb(148,255,213); }
div.DivClassName
{
background-color: #94FFD5;
}
.BgClassName
{
background-color: #94FFD5;
}
</style>
border-color css
<style>
span { border-color: #94FFD5; }
span { border-color: rgb(148,255,213); }
td.TdClassName
{
border-color: #94FFD5;
}
.TagClassName
{
border-color: #94FFD5;
}
</style>