Shades of Aquamarine #93F3DE
Tints of Aquamarine #93F3DE
RGB
CMYK
RGB Variations
Color information
#93F3DE (or 0x93F3DE) is known color: Aquamarine. HEX triplet: 93, F3 and DE. RGB value is (147,243,222). Sum of RGB (Red+Green+Blue) = 147+243+222=612 (81% of max value = 765). Red value is 147 (57.81% from 255 or 24.02% from 612); Green value is 243 (95.31% from 255 or 39.71% from 612); Blue value is 222 (87.11% from 255 or 36.27% from 612); Max value from RGB is 243 - color contains mainly: green. Hex color #93F3DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F3DE is #6C0C21. Grayscale: #D3D3D3. Windows color (decimal): -7080994 or 14611347. OLE color: 14611347.
HSL color Cylindrical-coordinate representation of color #93F3DE: hue angle of 166.88º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93F3DE is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 243 | 222 | - |
| CMYK | 0.40 | 0 | 0.09 | 0.05 |
| HSL | 166.88º | 0.8% | 0.76% | - |
| HSV(B) | 166.88º | 0.4% | 0.95% | - |
| XYZ | 57.27 | 75.58 | 80.68 | - |
| YUV | 211.9 | 133.7 | 81.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 243 | 222 | 0.40 | 0 | 0.09 | 0.05 | 166.88 | 0.8 | 0.76 |
| Hex | 93 | F3 | DE | 28 | 0 | 9 | 5 | A7 | 50 | 4C |
| Octal | 223 | 363 | 336 | 50 | 0 | 11 | 5 | 247 | 120 | 114 |
| Binary | 10010011 | 11110011 | 11011110 | 101000 | 0 | 1001 | 101 | 10100111 | 1010000 | 1001100 |
Color Harmonies of #93F3DE
Complementary color
Monochromatic Colors of #93F3DE
Black with #93F3DE
Text Example
Text Example
White with #93F3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F3DE; }
p { color: rgb(147,243,222); }
H1.HeaderClassName
{
color: #93F3DE;
}
.AnyTagClassName
{
color: #93F3DE;
}
</style>
background-color css
<style>
a { background-color: #93F3DE; }
a { background-color: rgb(147,243,222); }
div.DivClassName
{
background-color: #93F3DE;
}
.BgClassName
{
background-color: #93F3DE;
}
</style>
border-color css
<style>
span { border-color: #93F3DE; }
span { border-color: rgb(147,243,222); }
td.TdClassName
{
border-color: #93F3DE;
}
.TagClassName
{
border-color: #93F3DE;
}
</style>