Shades of Aquamarine #93F0DF
Tints of Aquamarine #93F0DF
RGB
CMYK
RGB Variations
Color information
#93F0DF (or 0x93F0DF) is known color: Aquamarine. HEX triplet: 93, F0 and DF. RGB value is (147,240,223). Sum of RGB (Red+Green+Blue) = 147+240+223=610 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.10% from 610); Green value is 240 (94.14% from 255 or 39.34% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 240 - color contains mainly: green. Hex color #93F0DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F0DF is #6C0F20. Grayscale: #D2D2D2. Windows color (decimal): -7081761 or 14676115. OLE color: 14676115.
HSL color Cylindrical-coordinate representation of color #93F0DF: hue angle of 169.03º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93F0DF is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 240 | 223 | - |
| CMYK | 0.39 | 0 | 0.07 | 0.06 |
| HSL | 169.03º | 0.76% | 0.76% | - |
| HSV(B) | 169.03º | 0.39% | 0.94% | - |
| XYZ | 56.51 | 73.85 | 81.09 | - |
| YUV | 210.26 | 135.19 | 82.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 240 | 223 | 0.39 | 0 | 0.07 | 0.06 | 169.03 | 0.76 | 0.76 |
| Hex | 93 | F0 | DF | 27 | 0 | 7 | 6 | A9 | 4C | 4C |
| Octal | 223 | 360 | 337 | 47 | 0 | 7 | 6 | 251 | 114 | 114 |
| Binary | 10010011 | 11110000 | 11011111 | 100111 | 0 | 111 | 110 | 10101001 | 1001100 | 1001100 |
Color Harmonies of #93F0DF
Complementary color
Monochromatic Colors of #93F0DF
Black with #93F0DF
Text Example
Text Example
White with #93F0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F0DF; }
p { color: rgb(147,240,223); }
H1.HeaderClassName
{
color: #93F0DF;
}
.AnyTagClassName
{
color: #93F0DF;
}
</style>
background-color css
<style>
a { background-color: #93F0DF; }
a { background-color: rgb(147,240,223); }
div.DivClassName
{
background-color: #93F0DF;
}
.BgClassName
{
background-color: #93F0DF;
}
</style>
border-color css
<style>
span { border-color: #93F0DF; }
span { border-color: rgb(147,240,223); }
td.TdClassName
{
border-color: #93F0DF;
}
.TagClassName
{
border-color: #93F0DF;
}
</style>