Shades of Aquamarine #94FCEA
Tints of Aquamarine #94FCEA
RGB
CMYK
RGB Variations
Color information
#94FCEA (or 0x94FCEA) is known color: Aquamarine. HEX triplet: 94, FC and EA. RGB value is (148,252,234). Sum of RGB (Red+Green+Blue) = 148+252+234=634 (83% of max value = 765). Red value is 148 (58.20% from 255 or 23.34% from 634); Green value is 252 (98.83% from 255 or 39.75% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 252 - color contains mainly: green. Hex color #94FCEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94FCEA is #6B0315. Grayscale: #DADADA. Windows color (decimal): -7013142 or 15400084. OLE color: 15400084.
HSL color Cylindrical-coordinate representation of color #94FCEA: hue angle of 169.62º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94FCEA is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 148 | 252 | 234 | - |
| CMYK | 0.41 | 0 | 0.07 | 0.01 |
| HSL | 169.62º | 0.95% | 0.78% | - |
| HSV(B) | 169.62º | 0.41% | 0.99% | - |
| XYZ | 61.87 | 81.86 | 90.38 | - |
| YUV | 218.85 | 136.54 | 77.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 252 | 234 | 0.41 | 0 | 0.07 | 0.01 | 169.62 | 0.95 | 0.78 |
| Hex | 94 | FC | EA | 29 | 0 | 7 | 1 | AA | 5F | 4E |
| Octal | 224 | 374 | 352 | 51 | 0 | 7 | 1 | 252 | 137 | 116 |
| Binary | 10010100 | 11111100 | 11101010 | 101001 | 0 | 111 | 1 | 10101010 | 1011111 | 1001110 |
Color Harmonies of #94FCEA
Complementary color
Monochromatic Colors of #94FCEA
Black with #94FCEA
Text Example
Text Example
White with #94FCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FCEA; }
p { color: rgb(148,252,234); }
H1.HeaderClassName
{
color: #94FCEA;
}
.AnyTagClassName
{
color: #94FCEA;
}
</style>
background-color css
<style>
a { background-color: #94FCEA; }
a { background-color: rgb(148,252,234); }
div.DivClassName
{
background-color: #94FCEA;
}
.BgClassName
{
background-color: #94FCEA;
}
</style>
border-color css
<style>
span { border-color: #94FCEA; }
span { border-color: rgb(148,252,234); }
td.TdClassName
{
border-color: #94FCEA;
}
.TagClassName
{
border-color: #94FCEA;
}
</style>