Shades of Aquamarine #93F5E6
Tints of Aquamarine #93F5E6
RGB
CMYK
RGB Variations
Color information
#93F5E6 (or 0x93F5E6) is known color: Aquamarine. HEX triplet: 93, F5 and E6. RGB value is (147,245,230). Sum of RGB (Red+Green+Blue) = 147+245+230=622 (82% of max value = 765). Red value is 147 (57.81% from 255 or 23.63% from 622); Green value is 245 (96.09% from 255 or 39.39% from 622); Blue value is 230 (90.23% from 255 or 36.98% from 622); Max value from RGB is 245 - color contains mainly: green. Hex color #93F5E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93F5E6 is #6C0A19. Grayscale: #D5D5D5. Windows color (decimal): -7080474 or 15136147. OLE color: 15136147.
HSL color Cylindrical-coordinate representation of color #93F5E6: hue angle of 170.82º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93F5E6 is Cyan = 0.4, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 147 | 245 | 230 | - |
| CMYK | 0.4 | 0 | 0.06 | 0.04 |
| HSL | 170.82º | 0.83% | 0.77% | - |
| HSV(B) | 170.82º | 0.4% | 0.96% | - |
| XYZ | 58.97 | 77.22 | 86.66 | - |
| YUV | 213.99 | 137.03 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 245 | 230 | 0.4 | 0 | 0.06 | 0.04 | 170.82 | 0.83 | 0.77 |
| Hex | 93 | F5 | E6 | 28 | 0 | 6 | 4 | AB | 53 | 4D |
| Octal | 223 | 365 | 346 | 50 | 0 | 6 | 4 | 253 | 123 | 115 |
| Binary | 10010011 | 11110101 | 11100110 | 101000 | 0 | 110 | 100 | 10101011 | 1010011 | 1001101 |
Color Harmonies of #93F5E6
Complementary color
Monochromatic Colors of #93F5E6
Black with #93F5E6
Text Example
Text Example
White with #93F5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F5E6; }
p { color: rgb(147,245,230); }
H1.HeaderClassName
{
color: #93F5E6;
}
.AnyTagClassName
{
color: #93F5E6;
}
</style>
background-color css
<style>
a { background-color: #93F5E6; }
a { background-color: rgb(147,245,230); }
div.DivClassName
{
background-color: #93F5E6;
}
.BgClassName
{
background-color: #93F5E6;
}
</style>
border-color css
<style>
span { border-color: #93F5E6; }
span { border-color: rgb(147,245,230); }
td.TdClassName
{
border-color: #93F5E6;
}
.TagClassName
{
border-color: #93F5E6;
}
</style>