Shades of Aquamarine #94F2DF
Tints of Aquamarine #94F2DF
RGB
CMYK
RGB Variations
Color information
#94F2DF (or 0x94F2DF) is known color: Aquamarine. HEX triplet: 94, F2 and DF. RGB value is (148,242,223). Sum of RGB (Red+Green+Blue) = 148+242+223=613 (81% of max value = 765). Red value is 148 (58.20% from 255 or 24.14% from 613); Green value is 242 (94.92% from 255 or 39.48% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 242 - color contains mainly: green. Hex color #94F2DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F2DF is #6B0D20. Grayscale: #D3D3D3. Windows color (decimal): -7015713 or 14676628. OLE color: 14676628.
HSL color Cylindrical-coordinate representation of color #94F2DF: hue angle of 167.87º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94F2DF is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 242 | 223 | - |
| CMYK | 0.39 | 0 | 0.08 | 0.05 |
| HSL | 167.87º | 0.78% | 0.76% | - |
| HSV(B) | 167.87º | 0.39% | 0.95% | - |
| XYZ | 57.28 | 75.13 | 81.29 | - |
| YUV | 211.73 | 134.36 | 82.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 242 | 223 | 0.39 | 0 | 0.08 | 0.05 | 167.87 | 0.78 | 0.76 |
| Hex | 94 | F2 | DF | 27 | 0 | 8 | 5 | A8 | 4E | 4C |
| Octal | 224 | 362 | 337 | 47 | 0 | 10 | 5 | 250 | 116 | 114 |
| Binary | 10010100 | 11110010 | 11011111 | 100111 | 0 | 1000 | 101 | 10101000 | 1001110 | 1001100 |
Color Harmonies of #94F2DF
Complementary color
Monochromatic Colors of #94F2DF
Black with #94F2DF
Text Example
Text Example
White with #94F2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F2DF; }
p { color: rgb(148,242,223); }
H1.HeaderClassName
{
color: #94F2DF;
}
.AnyTagClassName
{
color: #94F2DF;
}
</style>
background-color css
<style>
a { background-color: #94F2DF; }
a { background-color: rgb(148,242,223); }
div.DivClassName
{
background-color: #94F2DF;
}
.BgClassName
{
background-color: #94F2DF;
}
</style>
border-color css
<style>
span { border-color: #94F2DF; }
span { border-color: rgb(148,242,223); }
td.TdClassName
{
border-color: #94F2DF;
}
.TagClassName
{
border-color: #94F2DF;
}
</style>