Shades of Aquamarine #5DF7C1
Tints of Aquamarine #5DF7C1
RGB
CMYK
RGB Variations
Color information
#5DF7C1 (or 0x5DF7C1) is known color: Aquamarine. HEX triplet: 5D, F7 and C1. RGB value is (93,247,193). Sum of RGB (Red+Green+Blue) = 93+247+193=533 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.45% from 533); Green value is 247 (96.88% from 255 or 46.34% from 533); Blue value is 193 (75.78% from 255 or 36.21% from 533); Max value from RGB is 247 - color contains mainly: green. Hex color #5DF7C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DF7C1 is #A2083E. Grayscale: #C2C2C2. Windows color (decimal): -10618943 or 12711773. OLE color: 12711773.
HSL color Cylindrical-coordinate representation of color #5DF7C1: hue angle of 158.96º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DF7C1 is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 93 | 247 | 193 | - |
| CMYK | 0.62 | 0 | 0.22 | 0.03 |
| HSL | 158.96º | 0.91% | 0.67% | - |
| HSV(B) | 158.96º | 0.62% | 0.97% | - |
| XYZ | 47.4 | 72.7 | 61.99 | - |
| YUV | 194.8 | 126.98 | 55.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 247 | 193 | 0.62 | 0 | 0.22 | 0.03 | 158.96 | 0.91 | 0.67 |
| Hex | 5D | F7 | C1 | 3E | 0 | 16 | 3 | 9F | 5B | 43 |
| Octal | 135 | 367 | 301 | 76 | 0 | 26 | 3 | 237 | 133 | 103 |
| Binary | 1011101 | 11110111 | 11000001 | 111110 | 0 | 10110 | 11 | 10011111 | 1011011 | 1000011 |
Color Harmonies of #5DF7C1
Complementary color
Monochromatic Colors of #5DF7C1
Black with #5DF7C1
Text Example
Text Example
White with #5DF7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF7C1; }
p { color: rgb(93,247,193); }
H1.HeaderClassName
{
color: #5DF7C1;
}
.AnyTagClassName
{
color: #5DF7C1;
}
</style>
background-color css
<style>
a { background-color: #5DF7C1; }
a { background-color: rgb(93,247,193); }
div.DivClassName
{
background-color: #5DF7C1;
}
.BgClassName
{
background-color: #5DF7C1;
}
</style>
border-color css
<style>
span { border-color: #5DF7C1; }
span { border-color: rgb(93,247,193); }
td.TdClassName
{
border-color: #5DF7C1;
}
.TagClassName
{
border-color: #5DF7C1;
}
</style>