Shades of Aquamarine #94FDD3
Tints of Aquamarine #94FDD3
RGB
CMYK
RGB Variations
Color information
#94FDD3 (or 0x94FDD3) is known color: Aquamarine. HEX triplet: 94, FD and D3. RGB value is (148,253,211). Sum of RGB (Red+Green+Blue) = 148+253+211=612 (81% of max value = 765). Red value is 148 (58.20% from 255 or 24.18% from 612); Green value is 253 (99.22% from 255 or 41.34% from 612); Blue value is 211 (82.81% from 255 or 34.48% from 612); Max value from RGB is 253 - color contains mainly: green. Hex color #94FDD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FDD3 is #6B022C. Grayscale: #D8D8D8. Windows color (decimal): -7012909 or 13893012. OLE color: 13893012.
HSL color Cylindrical-coordinate representation of color #94FDD3: hue angle of 156º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94FDD3 is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 148 | 253 | 211 | - |
| CMYK | 0.42 | 0 | 0.17 | 0.01 |
| HSL | 156º | 0.96% | 0.79% | - |
| HSV(B) | 156º | 0.42% | 0.99% | - |
| XYZ | 59.1 | 81.25 | 74.2 | - |
| YUV | 216.82 | 124.71 | 78.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 253 | 211 | 0.42 | 0 | 0.17 | 0.01 | 156 | 0.96 | 0.79 |
| Hex | 94 | FD | D3 | 2A | 0 | 11 | 1 | 9C | 60 | 4F |
| Octal | 224 | 375 | 323 | 52 | 0 | 21 | 1 | 234 | 140 | 117 |
| Binary | 10010100 | 11111101 | 11010011 | 101010 | 0 | 10001 | 1 | 10011100 | 1100000 | 1001111 |
Color Harmonies of #94FDD3
Complementary color
Monochromatic Colors of #94FDD3
Black with #94FDD3
Text Example
Text Example
White with #94FDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FDD3; }
p { color: rgb(148,253,211); }
H1.HeaderClassName
{
color: #94FDD3;
}
.AnyTagClassName
{
color: #94FDD3;
}
</style>
background-color css
<style>
a { background-color: #94FDD3; }
a { background-color: rgb(148,253,211); }
div.DivClassName
{
background-color: #94FDD3;
}
.BgClassName
{
background-color: #94FDD3;
}
</style>
border-color css
<style>
span { border-color: #94FDD3; }
span { border-color: rgb(148,253,211); }
td.TdClassName
{
border-color: #94FDD3;
}
.TagClassName
{
border-color: #94FDD3;
}
</style>