Shades of Aquamarine #93FBDB
Tints of Aquamarine #93FBDB
RGB
CMYK
RGB Variations
Color information
#93FBDB (or 0x93FBDB) is known color: Aquamarine. HEX triplet: 93, FB and DB. RGB value is (147,251,219). Sum of RGB (Red+Green+Blue) = 147+251+219=617 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.82% from 617); Green value is 251 (98.44% from 255 or 40.68% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 251 - color contains mainly: green. Hex color #93FBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93FBDB is #6C0424. Grayscale: #D8D8D8. Windows color (decimal): -7078949 or 14416787. OLE color: 14416787.
HSL color Cylindrical-coordinate representation of color #93FBDB: hue angle of 161.54º degrees, saturation: 0.93, 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 #93FBDB is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 251 | 219 | - |
| CMYK | 0.41 | 0 | 0.13 | 0.02 |
| HSL | 161.54º | 0.93% | 0.78% | - |
| HSV(B) | 161.54º | 0.41% | 0.98% | - |
| XYZ | 59.32 | 80.31 | 79.39 | - |
| YUV | 216.26 | 129.54 | 78.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 251 | 219 | 0.41 | 0 | 0.13 | 0.02 | 161.54 | 0.93 | 0.78 |
| Hex | 93 | FB | DB | 29 | 0 | D | 2 | A2 | 5D | 4E |
| Octal | 223 | 373 | 333 | 51 | 0 | 15 | 2 | 242 | 135 | 116 |
| Binary | 10010011 | 11111011 | 11011011 | 101001 | 0 | 1101 | 10 | 10100010 | 1011101 | 1001110 |
Color Harmonies of #93FBDB
Complementary color
Monochromatic Colors of #93FBDB
Black with #93FBDB
Text Example
Text Example
White with #93FBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FBDB; }
p { color: rgb(147,251,219); }
H1.HeaderClassName
{
color: #93FBDB;
}
.AnyTagClassName
{
color: #93FBDB;
}
</style>
background-color css
<style>
a { background-color: #93FBDB; }
a { background-color: rgb(147,251,219); }
div.DivClassName
{
background-color: #93FBDB;
}
.BgClassName
{
background-color: #93FBDB;
}
</style>
border-color css
<style>
span { border-color: #93FBDB; }
span { border-color: rgb(147,251,219); }
td.TdClassName
{
border-color: #93FBDB;
}
.TagClassName
{
border-color: #93FBDB;
}
</style>