Shades of Aquamarine #93F3DB
Tints of Aquamarine #93F3DB
RGB
CMYK
RGB Variations
Color information
#93F3DB (or 0x93F3DB) is known color: Aquamarine. HEX triplet: 93, F3 and DB. RGB value is (147,243,219). Sum of RGB (Red+Green+Blue) = 147+243+219=609 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.14% from 609); Green value is 243 (95.31% from 255 or 39.90% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 243 - color contains mainly: green. Hex color #93F3DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F3DB is #6C0C24. Grayscale: #D3D3D3. Windows color (decimal): -7080997 or 14414739. OLE color: 14414739.
HSL color Cylindrical-coordinate representation of color #93F3DB: hue angle of 165º 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 #93F3DB is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 243 | 219 | - |
| CMYK | 0.40 | 0 | 0.10 | 0.05 |
| HSL | 165º | 0.8% | 0.76% | - |
| HSV(B) | 165º | 0.4% | 0.95% | - |
| XYZ | 56.87 | 75.42 | 78.58 | - |
| YUV | 211.56 | 132.2 | 81.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 243 | 219 | 0.40 | 0 | 0.10 | 0.05 | 165 | 0.8 | 0.76 |
| Hex | 93 | F3 | DB | 28 | 0 | A | 5 | A5 | 50 | 4C |
| Octal | 223 | 363 | 333 | 50 | 0 | 12 | 5 | 245 | 120 | 114 |
| Binary | 10010011 | 11110011 | 11011011 | 101000 | 0 | 1010 | 101 | 10100101 | 1010000 | 1001100 |
Color Harmonies of #93F3DB
Complementary color
Monochromatic Colors of #93F3DB
Black with #93F3DB
Text Example
Text Example
White with #93F3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F3DB; }
p { color: rgb(147,243,219); }
H1.HeaderClassName
{
color: #93F3DB;
}
.AnyTagClassName
{
color: #93F3DB;
}
</style>
background-color css
<style>
a { background-color: #93F3DB; }
a { background-color: rgb(147,243,219); }
div.DivClassName
{
background-color: #93F3DB;
}
.BgClassName
{
background-color: #93F3DB;
}
</style>
border-color css
<style>
span { border-color: #93F3DB; }
span { border-color: rgb(147,243,219); }
td.TdClassName
{
border-color: #93F3DB;
}
.TagClassName
{
border-color: #93F3DB;
}
</style>