Shades of Aquamarine #93EFE0
Tints of Aquamarine #93EFE0
RGB
CMYK
RGB Variations
Color information
#93EFE0 (or 0x93EFE0) is known color: Aquamarine. HEX triplet: 93, EF and E0. RGB value is (147,239,224). Sum of RGB (Red+Green+Blue) = 147+239+224=610 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.10% from 610); Green value is 239 (93.75% from 255 or 39.18% from 610); Blue value is 224 (87.89% from 255 or 36.72% from 610); Max value from RGB is 239 - color contains mainly: green. Hex color #93EFE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EFE0 is #6C101F. Grayscale: #D1D1D1. Windows color (decimal): -7082016 or 14741395. OLE color: 14741395.
HSL color Cylindrical-coordinate representation of color #93EFE0: hue angle of 170.22º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93EFE0 is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 239 | 224 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.06 |
| HSL | 170.22º | 0.74% | 0.76% | - |
| HSV(B) | 170.22º | 0.38% | 0.94% | - |
| XYZ | 56.35 | 73.32 | 81.7 | - |
| YUV | 209.78 | 136.02 | 83.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 239 | 224 | 0.38 | 0 | 0.06 | 0.06 | 170.22 | 0.74 | 0.76 |
| Hex | 93 | EF | E0 | 26 | 0 | 6 | 6 | AA | 4A | 4C |
| Octal | 223 | 357 | 340 | 46 | 0 | 6 | 6 | 252 | 112 | 114 |
| Binary | 10010011 | 11101111 | 11100000 | 100110 | 0 | 110 | 110 | 10101010 | 1001010 | 1001100 |
Color Harmonies of #93EFE0
Complementary color
Monochromatic Colors of #93EFE0
Black with #93EFE0
Text Example
Text Example
White with #93EFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EFE0; }
p { color: rgb(147,239,224); }
H1.HeaderClassName
{
color: #93EFE0;
}
.AnyTagClassName
{
color: #93EFE0;
}
</style>
background-color css
<style>
a { background-color: #93EFE0; }
a { background-color: rgb(147,239,224); }
div.DivClassName
{
background-color: #93EFE0;
}
.BgClassName
{
background-color: #93EFE0;
}
</style>
border-color css
<style>
span { border-color: #93EFE0; }
span { border-color: rgb(147,239,224); }
td.TdClassName
{
border-color: #93EFE0;
}
.TagClassName
{
border-color: #93EFE0;
}
</style>