Shades of Aquamarine #94FBDD
Tints of Aquamarine #94FBDD
RGB
CMYK
RGB Variations
Color information
#94FBDD (or 0x94FBDD) is known color: Aquamarine. HEX triplet: 94, FB and DD. RGB value is (148,251,221). Sum of RGB (Red+Green+Blue) = 148+251+221=620 (82% of max value = 765). Red value is 148 (58.20% from 255 or 23.87% from 620); Green value is 251 (98.44% from 255 or 40.48% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 251 - color contains mainly: green. Hex color #94FBDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FBDD is #6B0422. Grayscale: #D8D8D8. Windows color (decimal): -7013411 or 14547860. OLE color: 14547860.
HSL color Cylindrical-coordinate representation of color #94FBDD: hue angle of 162.52º 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 #94FBDD is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 251 | 221 | - |
| CMYK | 0.41 | 0 | 0.12 | 0.02 |
| HSL | 162.52º | 0.93% | 0.78% | - |
| HSV(B) | 162.52º | 0.41% | 0.98% | - |
| XYZ | 59.76 | 80.51 | 80.8 | - |
| YUV | 216.78 | 130.38 | 78.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 251 | 221 | 0.41 | 0 | 0.12 | 0.02 | 162.52 | 0.93 | 0.78 |
| Hex | 94 | FB | DD | 29 | 0 | C | 2 | A3 | 5D | 4E |
| Octal | 224 | 373 | 335 | 51 | 0 | 14 | 2 | 243 | 135 | 116 |
| Binary | 10010100 | 11111011 | 11011101 | 101001 | 0 | 1100 | 10 | 10100011 | 1011101 | 1001110 |
Color Harmonies of #94FBDD
Complementary color
Monochromatic Colors of #94FBDD
Black with #94FBDD
Text Example
Text Example
White with #94FBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FBDD; }
p { color: rgb(148,251,221); }
H1.HeaderClassName
{
color: #94FBDD;
}
.AnyTagClassName
{
color: #94FBDD;
}
</style>
background-color css
<style>
a { background-color: #94FBDD; }
a { background-color: rgb(148,251,221); }
div.DivClassName
{
background-color: #94FBDD;
}
.BgClassName
{
background-color: #94FBDD;
}
</style>
border-color css
<style>
span { border-color: #94FBDD; }
span { border-color: rgb(148,251,221); }
td.TdClassName
{
border-color: #94FBDD;
}
.TagClassName
{
border-color: #94FBDD;
}
</style>