Shades of Aquamarine #94FECB
Tints of Aquamarine #94FECB
RGB
CMYK
RGB Variations
Color information
#94FECB (or 0x94FECB) is known color: Aquamarine. HEX triplet: 94, FE and CB. RGB value is (148,254,203). Sum of RGB (Red+Green+Blue) = 148+254+203=605 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.46% from 605); Green value is 254 (99.61% from 255 or 41.98% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 254 - color contains mainly: green. Hex color #94FECB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FECB is #6B0134. Grayscale: #D8D8D8. Windows color (decimal): -7012661 or 13368980. OLE color: 13368980.
HSL color Cylindrical-coordinate representation of color #94FECB: hue angle of 151.13º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94FECB is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 148 | 254 | 203 | - |
| CMYK | 0.42 | 0 | 0.20 | 0.00 |
| HSL | 151.13º | 0.98% | 0.79% | - |
| HSV(B) | 151.13º | 0.42% | 1% | - |
| XYZ | 58.43 | 81.49 | 69.15 | - |
| YUV | 216.49 | 120.38 | 79.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 254 | 203 | 0.42 | 0 | 0.20 | 0.00 | 151.13 | 0.98 | 0.79 |
| Hex | 94 | FE | CB | 2A | 0 | 14 | 0 | 97 | 62 | 4F |
| Octal | 224 | 376 | 313 | 52 | 0 | 24 | 0 | 227 | 142 | 117 |
| Binary | 10010100 | 11111110 | 11001011 | 101010 | 0 | 10100 | 0 | 10010111 | 1100010 | 1001111 |
Color Harmonies of #94FECB
Complementary color
Monochromatic Colors of #94FECB
Black with #94FECB
Text Example
Text Example
White with #94FECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FECB; }
p { color: rgb(148,254,203); }
H1.HeaderClassName
{
color: #94FECB;
}
.AnyTagClassName
{
color: #94FECB;
}
</style>
background-color css
<style>
a { background-color: #94FECB; }
a { background-color: rgb(148,254,203); }
div.DivClassName
{
background-color: #94FECB;
}
.BgClassName
{
background-color: #94FECB;
}
</style>
border-color css
<style>
span { border-color: #94FECB; }
span { border-color: rgb(148,254,203); }
td.TdClassName
{
border-color: #94FECB;
}
.TagClassName
{
border-color: #94FECB;
}
</style>