Shades of Aquamarine #94FBDB
Tints of Aquamarine #94FBDB
RGB
CMYK
RGB Variations
Color information
#94FBDB (or 0x94FBDB) is known color: Aquamarine. HEX triplet: 94, FB and DB. RGB value is (148,251,219). Sum of RGB (Red+Green+Blue) = 148+251+219=618 (81% of max value = 765). Red value is 148 (58.20% from 255 or 23.95% from 618); Green value is 251 (98.44% from 255 or 40.61% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 251 - color contains mainly: green. Hex color #94FBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FBDB is #6B0424. Grayscale: #D8D8D8. Windows color (decimal): -7013413 or 14416788. OLE color: 14416788.
HSL color Cylindrical-coordinate representation of color #94FBDB: hue angle of 161.36º 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 #94FBDB is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 251 | 219 | - |
| CMYK | 0.41 | 0 | 0.13 | 0.02 |
| HSL | 161.36º | 0.93% | 0.78% | - |
| HSV(B) | 161.36º | 0.41% | 0.98% | - |
| XYZ | 59.5 | 80.4 | 79.4 | - |
| YUV | 216.56 | 129.38 | 79.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 251 | 219 | 0.41 | 0 | 0.13 | 0.02 | 161.36 | 0.93 | 0.78 |
| Hex | 94 | FB | DB | 29 | 0 | D | 2 | A1 | 5D | 4E |
| Octal | 224 | 373 | 333 | 51 | 0 | 15 | 2 | 241 | 135 | 116 |
| Binary | 10010100 | 11111011 | 11011011 | 101001 | 0 | 1101 | 10 | 10100001 | 1011101 | 1001110 |
Color Harmonies of #94FBDB
Complementary color
Monochromatic Colors of #94FBDB
Black with #94FBDB
Text Example
Text Example
White with #94FBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FBDB; }
p { color: rgb(148,251,219); }
H1.HeaderClassName
{
color: #94FBDB;
}
.AnyTagClassName
{
color: #94FBDB;
}
</style>
background-color css
<style>
a { background-color: #94FBDB; }
a { background-color: rgb(148,251,219); }
div.DivClassName
{
background-color: #94FBDB;
}
.BgClassName
{
background-color: #94FBDB;
}
</style>
border-color css
<style>
span { border-color: #94FBDB; }
span { border-color: rgb(148,251,219); }
td.TdClassName
{
border-color: #94FBDB;
}
.TagClassName
{
border-color: #94FBDB;
}
</style>