Shades of Aquamarine #5CFCDB
Tints of Aquamarine #5CFCDB
RGB
CMYK
RGB Variations
Color information
#5CFCDB (or 0x5CFCDB) is known color: Aquamarine. HEX triplet: 5C, FC and DB. RGB value is (92,252,219). Sum of RGB (Red+Green+Blue) = 92+252+219=563 (74% of max value = 765). Red value is 92 (36.33% from 255 or 16.34% from 563); Green value is 252 (98.83% from 255 or 44.76% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 252 - color contains mainly: green. Hex color #5CFCDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CFCDB is #A30324. Grayscale: #C8C8C8. Windows color (decimal): -10683173 or 14416988. OLE color: 14416988.
HSL color Cylindrical-coordinate representation of color #5CFCDB: hue angle of 167.62º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CFCDB is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 252 | 219 | - |
| CMYK | 0.63 | 0 | 0.13 | 0.01 |
| HSL | 167.63º | 0.96% | 0.67% | - |
| HSV(B) | 167.63º | 0.63% | 0.99% | - |
| XYZ | 52.01 | 77.01 | 79.14 | - |
| YUV | 200.4 | 138.49 | 50.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 252 | 219 | 0.63 | 0 | 0.13 | 0.01 | 167.63 | 0.96 | 0.67 |
| Hex | 5C | FC | DB | 3F | 0 | D | 1 | A8 | 60 | 43 |
| Octal | 134 | 374 | 333 | 77 | 0 | 15 | 1 | 250 | 140 | 103 |
| Binary | 1011100 | 11111100 | 11011011 | 111111 | 0 | 1101 | 1 | 10101000 | 1100000 | 1000011 |
Color Harmonies of #5CFCDB
Complementary color
Monochromatic Colors of #5CFCDB
Black with #5CFCDB
Text Example
Text Example
White with #5CFCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CFCDB; }
p { color: rgb(92,252,219); }
H1.HeaderClassName
{
color: #5CFCDB;
}
.AnyTagClassName
{
color: #5CFCDB;
}
</style>
background-color css
<style>
a { background-color: #5CFCDB; }
a { background-color: rgb(92,252,219); }
div.DivClassName
{
background-color: #5CFCDB;
}
.BgClassName
{
background-color: #5CFCDB;
}
</style>
border-color css
<style>
span { border-color: #5CFCDB; }
span { border-color: rgb(92,252,219); }
td.TdClassName
{
border-color: #5CFCDB;
}
.TagClassName
{
border-color: #5CFCDB;
}
</style>