Shades of Aquamarine #93FEDD
Tints of Aquamarine #93FEDD
RGB
CMYK
RGB Variations
Color information
#93FEDD (or 0x93FEDD) is known color: Aquamarine. HEX triplet: 93, FE and DD. RGB value is (147,254,221). Sum of RGB (Red+Green+Blue) = 147+254+221=622 (82% of max value = 765). Red value is 147 (57.81% from 255 or 23.63% from 622); Green value is 254 (99.61% from 255 or 40.84% from 622); Blue value is 221 (86.72% from 255 or 35.53% from 622); Max value from RGB is 254 - color contains mainly: green. Hex color #93FEDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93FEDD is #6C0122. Grayscale: #DADADA. Windows color (decimal): -7078179 or 14548627. OLE color: 14548627.
HSL color Cylindrical-coordinate representation of color #93FEDD: hue angle of 161.5º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93FEDD is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 147 | 254 | 221 | - |
| CMYK | 0.42 | 0 | 0.13 | 0.00 |
| HSL | 161.5º | 0.98% | 0.79% | - |
| HSV(B) | 161.5º | 0.42% | 1% | - |
| XYZ | 60.53 | 82.31 | 81.1 | - |
| YUV | 218.25 | 129.55 | 77.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 254 | 221 | 0.42 | 0 | 0.13 | 0.00 | 161.5 | 0.98 | 0.79 |
| Hex | 93 | FE | DD | 2A | 0 | D | 0 | A1 | 62 | 4F |
| Octal | 223 | 376 | 335 | 52 | 0 | 15 | 0 | 241 | 142 | 117 |
| Binary | 10010011 | 11111110 | 11011101 | 101010 | 0 | 1101 | 0 | 10100001 | 1100010 | 1001111 |
Color Harmonies of #93FEDD
Complementary color
Monochromatic Colors of #93FEDD
Black with #93FEDD
Text Example
Text Example
White with #93FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FEDD; }
p { color: rgb(147,254,221); }
H1.HeaderClassName
{
color: #93FEDD;
}
.AnyTagClassName
{
color: #93FEDD;
}
</style>
background-color css
<style>
a { background-color: #93FEDD; }
a { background-color: rgb(147,254,221); }
div.DivClassName
{
background-color: #93FEDD;
}
.BgClassName
{
background-color: #93FEDD;
}
</style>
border-color css
<style>
span { border-color: #93FEDD; }
span { border-color: rgb(147,254,221); }
td.TdClassName
{
border-color: #93FEDD;
}
.TagClassName
{
border-color: #93FEDD;
}
</style>