Shades of Aquamarine #5CFDBD
Tints of Aquamarine #5CFDBD
RGB
CMYK
RGB Variations
Color information
#5CFDBD (or 0x5CFDBD) is known color: Aquamarine. HEX triplet: 5C, FD and BD. RGB value is (92,253,189). Sum of RGB (Red+Green+Blue) = 92+253+189=534 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.23% from 534); Green value is 253 (99.22% from 255 or 47.38% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 253 - color contains mainly: green. Hex color #5CFDBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CFDBD is #A30242. Grayscale: #C5C5C5. Windows color (decimal): -10682947 or 12451164. OLE color: 12451164.
HSL color Cylindrical-coordinate representation of color #5CFDBD: hue angle of 156.15º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5CFDBD is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 253 | 189 | - |
| CMYK | 0.64 | 0 | 0.25 | 0.01 |
| HSL | 156.15º | 0.98% | 0.68% | - |
| HSV(B) | 156.15º | 0.64% | 0.99% | - |
| XYZ | 48.72 | 76.2 | 60.28 | - |
| YUV | 197.57 | 123.16 | 52.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 253 | 189 | 0.64 | 0 | 0.25 | 0.01 | 156.15 | 0.98 | 0.68 |
| Hex | 5C | FD | BD | 40 | 0 | 19 | 1 | 9C | 62 | 44 |
| Octal | 134 | 375 | 275 | 100 | 0 | 31 | 1 | 234 | 142 | 104 |
| Binary | 1011100 | 11111101 | 10111101 | 1000000 | 0 | 11001 | 1 | 10011100 | 1100010 | 1000100 |
Color Harmonies of #5CFDBD
Complementary color
Monochromatic Colors of #5CFDBD
Black with #5CFDBD
Text Example
Text Example
White with #5CFDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CFDBD; }
p { color: rgb(92,253,189); }
H1.HeaderClassName
{
color: #5CFDBD;
}
.AnyTagClassName
{
color: #5CFDBD;
}
</style>
background-color css
<style>
a { background-color: #5CFDBD; }
a { background-color: rgb(92,253,189); }
div.DivClassName
{
background-color: #5CFDBD;
}
.BgClassName
{
background-color: #5CFDBD;
}
</style>
border-color css
<style>
span { border-color: #5CFDBD; }
span { border-color: rgb(92,253,189); }
td.TdClassName
{
border-color: #5CFDBD;
}
.TagClassName
{
border-color: #5CFDBD;
}
</style>