Shades of Aquamarine #5CFADB
Tints of Aquamarine #5CFADB
RGB
CMYK
RGB Variations
Color information
#5CFADB (or 0x5CFADB) is known color: Aquamarine. HEX triplet: 5C, FA and DB. RGB value is (92,250,219). Sum of RGB (Red+Green+Blue) = 92+250+219=561 (74% of max value = 765). Red value is 92 (36.33% from 255 or 16.40% from 561); Green value is 250 (98.05% from 255 or 44.56% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 250 - color contains mainly: green. Hex color #5CFADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CFADB is #A30524. Grayscale: #C7C7C7. Windows color (decimal): -10683685 or 14416476. OLE color: 14416476.
HSL color Cylindrical-coordinate representation of color #5CFADB: hue angle of 168.23º degrees, saturation: 0.94, 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 #5CFADB is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 92 | 250 | 219 | - |
| CMYK | 0.63 | 0 | 0.12 | 0.02 |
| HSL | 168.23º | 0.94% | 0.67% | - |
| HSV(B) | 168.23º | 0.63% | 0.98% | - |
| XYZ | 51.39 | 75.76 | 78.93 | - |
| YUV | 199.22 | 139.15 | 51.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 250 | 219 | 0.63 | 0 | 0.12 | 0.02 | 168.23 | 0.94 | 0.67 |
| Hex | 5C | FA | DB | 3F | 0 | C | 2 | A8 | 5E | 43 |
| Octal | 134 | 372 | 333 | 77 | 0 | 14 | 2 | 250 | 136 | 103 |
| Binary | 1011100 | 11111010 | 11011011 | 111111 | 0 | 1100 | 10 | 10101000 | 1011110 | 1000011 |
Color Harmonies of #5CFADB
Complementary color
Monochromatic Colors of #5CFADB
Black with #5CFADB
Text Example
Text Example
White with #5CFADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CFADB; }
p { color: rgb(92,250,219); }
H1.HeaderClassName
{
color: #5CFADB;
}
.AnyTagClassName
{
color: #5CFADB;
}
</style>
background-color css
<style>
a { background-color: #5CFADB; }
a { background-color: rgb(92,250,219); }
div.DivClassName
{
background-color: #5CFADB;
}
.BgClassName
{
background-color: #5CFADB;
}
</style>
border-color css
<style>
span { border-color: #5CFADB; }
span { border-color: rgb(92,250,219); }
td.TdClassName
{
border-color: #5CFADB;
}
.TagClassName
{
border-color: #5CFADB;
}
</style>