Shades of Aquamarine #93F1E2
Tints of Aquamarine #93F1E2
RGB
CMYK
RGB Variations
Color information
#93F1E2 (or 0x93F1E2) is known color: Aquamarine. HEX triplet: 93, F1 and E2. RGB value is (147,241,226). Sum of RGB (Red+Green+Blue) = 147+241+226=614 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.94% from 614); Green value is 241 (94.53% from 255 or 39.25% from 614); Blue value is 226 (88.67% from 255 or 36.81% from 614); Max value from RGB is 241 - color contains mainly: green. Hex color #93F1E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F1E2 is #6C0E1D. Grayscale: #D3D3D3. Windows color (decimal): -7081502 or 14872979. OLE color: 14872979.
HSL color Cylindrical-coordinate representation of color #93F1E2: hue angle of 170.43º degrees, saturation: 0.77, 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 #93F1E2 is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 241 | 226 | - |
| CMYK | 0.39 | 0 | 0.06 | 0.05 |
| HSL | 170.43º | 0.77% | 0.76% | - |
| HSV(B) | 170.43º | 0.39% | 0.95% | - |
| XYZ | 57.22 | 74.6 | 83.34 | - |
| YUV | 211.18 | 136.36 | 82.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 241 | 226 | 0.39 | 0 | 0.06 | 0.05 | 170.43 | 0.77 | 0.76 |
| Hex | 93 | F1 | E2 | 27 | 0 | 6 | 5 | AA | 4D | 4C |
| Octal | 223 | 361 | 342 | 47 | 0 | 6 | 5 | 252 | 115 | 114 |
| Binary | 10010011 | 11110001 | 11100010 | 100111 | 0 | 110 | 101 | 10101010 | 1001101 | 1001100 |
Color Harmonies of #93F1E2
Complementary color
Monochromatic Colors of #93F1E2
Black with #93F1E2
Text Example
Text Example
White with #93F1E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F1E2; }
p { color: rgb(147,241,226); }
H1.HeaderClassName
{
color: #93F1E2;
}
.AnyTagClassName
{
color: #93F1E2;
}
</style>
background-color css
<style>
a { background-color: #93F1E2; }
a { background-color: rgb(147,241,226); }
div.DivClassName
{
background-color: #93F1E2;
}
.BgClassName
{
background-color: #93F1E2;
}
</style>
border-color css
<style>
span { border-color: #93F1E2; }
span { border-color: rgb(147,241,226); }
td.TdClassName
{
border-color: #93F1E2;
}
.TagClassName
{
border-color: #93F1E2;
}
</style>