Shades of Aquamarine #93FFDB
Tints of Aquamarine #93FFDB
RGB
CMYK
RGB Variations
Color information
#93FFDB (or 0x93FFDB) is known color: Aquamarine. HEX triplet: 93, FF and DB. RGB value is (147,255,219). Sum of RGB (Red+Green+Blue) = 147+255+219=621 (82% of max value = 765). Red value is 147 (57.81% from 255 or 23.67% from 621); Green value is 255 (100% from 255 or 41.06% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 255 - color contains mainly: green. Hex color #93FFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93FFDB is #6C0024. Grayscale: #DADADA. Windows color (decimal): -7077925 or 14417811. OLE color: 14417811.
HSL color Cylindrical-coordinate representation of color #93FFDB: hue angle of 160º 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 #93FFDB is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 255 | 219 | - |
| CMYK | 0.42 | 0 | 0.14 | 0 |
| HSL | 160º | 1% | 0.79% | - |
| HSV(B) | 160º | 0.42% | 1% | - |
| XYZ | 60.58 | 82.84 | 79.81 | - |
| YUV | 218.6 | 128.22 | 76.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 255 | 219 | 0.42 | 0 | 0.14 | 0 | 160 | 1 | 0.79 |
| Hex | 93 | FF | DB | 2A | 0 | E | 0 | A0 | 64 | 4F |
| Octal | 223 | 377 | 333 | 52 | 0 | 16 | 0 | 240 | 144 | 117 |
| Binary | 10010011 | 11111111 | 11011011 | 101010 | 0 | 1110 | 0 | 10100000 | 1100100 | 1001111 |
Color Harmonies of #93FFDB
Complementary color
Monochromatic Colors of #93FFDB
Black with #93FFDB
Text Example
Text Example
White with #93FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FFDB; }
p { color: rgb(147,255,219); }
H1.HeaderClassName
{
color: #93FFDB;
}
.AnyTagClassName
{
color: #93FFDB;
}
</style>
background-color css
<style>
a { background-color: #93FFDB; }
a { background-color: rgb(147,255,219); }
div.DivClassName
{
background-color: #93FFDB;
}
.BgClassName
{
background-color: #93FFDB;
}
</style>
border-color css
<style>
span { border-color: #93FFDB; }
span { border-color: rgb(147,255,219); }
td.TdClassName
{
border-color: #93FFDB;
}
.TagClassName
{
border-color: #93FFDB;
}
</style>