Shades of Aquamarine #5CFDDB
Tints of Aquamarine #5CFDDB
RGB
CMYK
RGB Variations
Color information
#5CFDDB (or 0x5CFDDB) is known color: Aquamarine. HEX triplet: 5C, FD and DB. RGB value is (92,253,219). Sum of RGB (Red+Green+Blue) = 92+253+219=564 (74% of max value = 765). Red value is 92 (36.33% from 255 or 16.31% from 564); Green value is 253 (99.22% from 255 or 44.86% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 253 - color contains mainly: green. Hex color #5CFDDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CFDDB is #A30224. Grayscale: #C8C8C8. Windows color (decimal): -10682917 or 14417244. OLE color: 14417244.
HSL color Cylindrical-coordinate representation of color #5CFDDB: hue angle of 167.33º 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 #5CFDDB is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 253 | 219 | - |
| CMYK | 0.64 | 0 | 0.13 | 0.01 |
| HSL | 167.33º | 0.98% | 0.68% | - |
| HSV(B) | 167.33º | 0.64% | 0.99% | - |
| XYZ | 52.33 | 77.64 | 79.25 | - |
| YUV | 200.99 | 138.16 | 50.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 253 | 219 | 0.64 | 0 | 0.13 | 0.01 | 167.33 | 0.98 | 0.68 |
| Hex | 5C | FD | DB | 40 | 0 | D | 1 | A7 | 62 | 44 |
| Octal | 134 | 375 | 333 | 100 | 0 | 15 | 1 | 247 | 142 | 104 |
| Binary | 1011100 | 11111101 | 11011011 | 1000000 | 0 | 1101 | 1 | 10100111 | 1100010 | 1000100 |
Color Harmonies of #5CFDDB
Complementary color
Monochromatic Colors of #5CFDDB
Black with #5CFDDB
Text Example
Text Example
White with #5CFDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CFDDB; }
p { color: rgb(92,253,219); }
H1.HeaderClassName
{
color: #5CFDDB;
}
.AnyTagClassName
{
color: #5CFDDB;
}
</style>
background-color css
<style>
a { background-color: #5CFDDB; }
a { background-color: rgb(92,253,219); }
div.DivClassName
{
background-color: #5CFDDB;
}
.BgClassName
{
background-color: #5CFDDB;
}
</style>
border-color css
<style>
span { border-color: #5CFDDB; }
span { border-color: rgb(92,253,219); }
td.TdClassName
{
border-color: #5CFDDB;
}
.TagClassName
{
border-color: #5CFDDB;
}
</style>