Shades of Aquamarine #94FFCD
Tints of Aquamarine #94FFCD
RGB
CMYK
RGB Variations
Color information
#94FFCD (or 0x94FFCD) is known color: Aquamarine. HEX triplet: 94, FF and CD. RGB value is (148,255,205). Sum of RGB (Red+Green+Blue) = 148+255+205=608 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.34% from 608); Green value is 255 (100% from 255 or 41.94% from 608); Blue value is 205 (80.47% from 255 or 33.72% from 608); Max value from RGB is 255 - color contains mainly: green. Hex color #94FFCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FFCD is #6B0032. Grayscale: #D9D9D9. Windows color (decimal): -7012403 or 13500308. OLE color: 13500308.
HSL color Cylindrical-coordinate representation of color #94FFCD: hue angle of 151.96º 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 #94FFCD is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 255 | 205 | - |
| CMYK | 0.42 | 0 | 0.20 | 0 |
| HSL | 151.96º | 1% | 0.79% | - |
| HSV(B) | 151.96º | 0.42% | 1% | - |
| XYZ | 58.99 | 82.22 | 70.52 | - |
| YUV | 217.31 | 121.05 | 78.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 255 | 205 | 0.42 | 0 | 0.20 | 0 | 151.96 | 1 | 0.79 |
| Hex | 94 | FF | CD | 2A | 0 | 14 | 0 | 98 | 64 | 4F |
| Octal | 224 | 377 | 315 | 52 | 0 | 24 | 0 | 230 | 144 | 117 |
| Binary | 10010100 | 11111111 | 11001101 | 101010 | 0 | 10100 | 0 | 10011000 | 1100100 | 1001111 |
Color Harmonies of #94FFCD
Complementary color
Monochromatic Colors of #94FFCD
Black with #94FFCD
Text Example
Text Example
White with #94FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FFCD; }
p { color: rgb(148,255,205); }
H1.HeaderClassName
{
color: #94FFCD;
}
.AnyTagClassName
{
color: #94FFCD;
}
</style>
background-color css
<style>
a { background-color: #94FFCD; }
a { background-color: rgb(148,255,205); }
div.DivClassName
{
background-color: #94FFCD;
}
.BgClassName
{
background-color: #94FFCD;
}
</style>
border-color css
<style>
span { border-color: #94FFCD; }
span { border-color: rgb(148,255,205); }
td.TdClassName
{
border-color: #94FFCD;
}
.TagClassName
{
border-color: #94FFCD;
}
</style>