Shades of Aquamarine #5DF9CC
Tints of Aquamarine #5DF9CC
RGB
CMYK
RGB Variations
Color information
#5DF9CC (or 0x5DF9CC) is known color: Aquamarine. HEX triplet: 5D, F9 and CC. RGB value is (93,249,204). Sum of RGB (Red+Green+Blue) = 93+249+204=546 (72% of max value = 765). Red value is 93 (36.72% from 255 or 17.03% from 546); Green value is 249 (97.66% from 255 or 45.60% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 249 - color contains mainly: green. Hex color #5DF9CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DF9CC is #A20633. Grayscale: #C5C5C5. Windows color (decimal): -10618420 or 13433181. OLE color: 13433181.
HSL color Cylindrical-coordinate representation of color #5DF9CC: hue angle of 162.69º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DF9CC is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 249 | 204 | - |
| CMYK | 0.63 | 0 | 0.18 | 0.02 |
| HSL | 162.69º | 0.93% | 0.67% | - |
| HSV(B) | 162.69º | 0.63% | 0.98% | - |
| XYZ | 49.29 | 74.44 | 68.9 | - |
| YUV | 197.23 | 131.82 | 53.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 249 | 204 | 0.63 | 0 | 0.18 | 0.02 | 162.69 | 0.93 | 0.67 |
| Hex | 5D | F9 | CC | 3F | 0 | 12 | 2 | A3 | 5D | 43 |
| Octal | 135 | 371 | 314 | 77 | 0 | 22 | 2 | 243 | 135 | 103 |
| Binary | 1011101 | 11111001 | 11001100 | 111111 | 0 | 10010 | 10 | 10100011 | 1011101 | 1000011 |
Color Harmonies of #5DF9CC
Complementary color
Monochromatic Colors of #5DF9CC
Black with #5DF9CC
Text Example
Text Example
White with #5DF9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF9CC; }
p { color: rgb(93,249,204); }
H1.HeaderClassName
{
color: #5DF9CC;
}
.AnyTagClassName
{
color: #5DF9CC;
}
</style>
background-color css
<style>
a { background-color: #5DF9CC; }
a { background-color: rgb(93,249,204); }
div.DivClassName
{
background-color: #5DF9CC;
}
.BgClassName
{
background-color: #5DF9CC;
}
</style>
border-color css
<style>
span { border-color: #5DF9CC; }
span { border-color: rgb(93,249,204); }
td.TdClassName
{
border-color: #5DF9CC;
}
.TagClassName
{
border-color: #5DF9CC;
}
</style>