Shades of Aquamarine #5CFFDB
Tints of Aquamarine #5CFFDB
RGB
CMYK
RGB Variations
Color information
#5CFFDB (or 0x5CFFDB) is known color: Aquamarine. HEX triplet: 5C, FF and DB. RGB value is (92,255,219). Sum of RGB (Red+Green+Blue) = 92+255+219=566 (74% of max value = 765). Red value is 92 (36.33% from 255 or 16.25% from 566); Green value is 255 (100% from 255 or 45.05% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 255 - color contains mainly: green. Hex color #5CFFDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CFFDB is #A30024. Grayscale: #CACACA. Windows color (decimal): -10682405 or 14417756. OLE color: 14417756.
HSL color Cylindrical-coordinate representation of color #5CFFDB: hue angle of 166.75º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5CFFDB is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 92 | 255 | 219 | - |
| CMYK | 0.64 | 0 | 0.14 | 0 |
| HSL | 166.75º | 1% | 0.68% | - |
| HSV(B) | 166.75º | 0.64% | 1% | - |
| XYZ | 52.96 | 78.91 | 79.46 | - |
| YUV | 202.16 | 137.5 | 49.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 255 | 219 | 0.64 | 0 | 0.14 | 0 | 166.75 | 1 | 0.68 |
| Hex | 5C | FF | DB | 40 | 0 | E | 0 | A7 | 64 | 44 |
| Octal | 134 | 377 | 333 | 100 | 0 | 16 | 0 | 247 | 144 | 104 |
| Binary | 1011100 | 11111111 | 11011011 | 1000000 | 0 | 1110 | 0 | 10100111 | 1100100 | 1000100 |
Color Harmonies of #5CFFDB
Complementary color
Monochromatic Colors of #5CFFDB
Black with #5CFFDB
Text Example
Text Example
White with #5CFFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CFFDB; }
p { color: rgb(92,255,219); }
H1.HeaderClassName
{
color: #5CFFDB;
}
.AnyTagClassName
{
color: #5CFFDB;
}
</style>
background-color css
<style>
a { background-color: #5CFFDB; }
a { background-color: rgb(92,255,219); }
div.DivClassName
{
background-color: #5CFFDB;
}
.BgClassName
{
background-color: #5CFFDB;
}
</style>
border-color css
<style>
span { border-color: #5CFFDB; }
span { border-color: rgb(92,255,219); }
td.TdClassName
{
border-color: #5CFFDB;
}
.TagClassName
{
border-color: #5CFFDB;
}
</style>