Shades of Aquamarine #93F9D4
Tints of Aquamarine #93F9D4
RGB
CMYK
RGB Variations
Color information
#93F9D4 (or 0x93F9D4) is known color: Aquamarine. HEX triplet: 93, F9 and D4. RGB value is (147,249,212). Sum of RGB (Red+Green+Blue) = 147+249+212=608 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.18% from 608); Green value is 249 (97.66% from 255 or 40.95% from 608); Blue value is 212 (83.20% from 255 or 34.87% from 608); Max value from RGB is 249 - color contains mainly: green. Hex color #93F9D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F9D4 is #6C062B. Grayscale: #D6D6D6. Windows color (decimal): -7079468 or 13957523. OLE color: 13957523.
HSL color Cylindrical-coordinate representation of color #93F9D4: hue angle of 158.24º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93F9D4 is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 249 | 212 | - |
| CMYK | 0.41 | 0 | 0.15 | 0.02 |
| HSL | 158.24º | 0.89% | 0.78% | - |
| HSV(B) | 158.24º | 0.41% | 0.98% | - |
| XYZ | 57.79 | 78.71 | 74.43 | - |
| YUV | 214.28 | 126.71 | 80.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 249 | 212 | 0.41 | 0 | 0.15 | 0.02 | 158.24 | 0.89 | 0.78 |
| Hex | 93 | F9 | D4 | 29 | 0 | F | 2 | 9E | 59 | 4E |
| Octal | 223 | 371 | 324 | 51 | 0 | 17 | 2 | 236 | 131 | 116 |
| Binary | 10010011 | 11111001 | 11010100 | 101001 | 0 | 1111 | 10 | 10011110 | 1011001 | 1001110 |
Color Harmonies of #93F9D4
Complementary color
Monochromatic Colors of #93F9D4
Black with #93F9D4
Text Example
Text Example
White with #93F9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F9D4; }
p { color: rgb(147,249,212); }
H1.HeaderClassName
{
color: #93F9D4;
}
.AnyTagClassName
{
color: #93F9D4;
}
</style>
background-color css
<style>
a { background-color: #93F9D4; }
a { background-color: rgb(147,249,212); }
div.DivClassName
{
background-color: #93F9D4;
}
.BgClassName
{
background-color: #93F9D4;
}
</style>
border-color css
<style>
span { border-color: #93F9D4; }
span { border-color: rgb(147,249,212); }
td.TdClassName
{
border-color: #93F9D4;
}
.TagClassName
{
border-color: #93F9D4;
}
</style>