Shades of Aquamarine #5CFCDD
Tints of Aquamarine #5CFCDD
RGB
CMYK
RGB Variations
Color information
#5CFCDD (or 0x5CFCDD) is known color: Aquamarine. HEX triplet: 5C, FC and DD. RGB value is (92,252,221). Sum of RGB (Red+Green+Blue) = 92+252+221=565 (74% of max value = 765). Red value is 92 (36.33% from 255 or 16.28% from 565); Green value is 252 (98.83% from 255 or 44.60% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 252 - color contains mainly: green. Hex color #5CFCDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CFCDD is #A30322. Grayscale: #C8C8C8. Windows color (decimal): -10683171 or 14548060. OLE color: 14548060.
HSL color Cylindrical-coordinate representation of color #5CFCDD: hue angle of 168.38º 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 #5CFCDD is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 252 | 221 | - |
| CMYK | 0.63 | 0 | 0.12 | 0.01 |
| HSL | 168.38º | 0.96% | 0.67% | - |
| HSV(B) | 168.38º | 0.63% | 0.99% | - |
| XYZ | 52.28 | 77.12 | 80.54 | - |
| YUV | 200.63 | 139.49 | 50.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 252 | 221 | 0.63 | 0 | 0.12 | 0.01 | 168.38 | 0.96 | 0.67 |
| Hex | 5C | FC | DD | 3F | 0 | C | 1 | A8 | 60 | 43 |
| Octal | 134 | 374 | 335 | 77 | 0 | 14 | 1 | 250 | 140 | 103 |
| Binary | 1011100 | 11111100 | 11011101 | 111111 | 0 | 1100 | 1 | 10101000 | 1100000 | 1000011 |
Color Harmonies of #5CFCDD
Complementary color
Monochromatic Colors of #5CFCDD
Black with #5CFCDD
Text Example
Text Example
White with #5CFCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CFCDD; }
p { color: rgb(92,252,221); }
H1.HeaderClassName
{
color: #5CFCDD;
}
.AnyTagClassName
{
color: #5CFCDD;
}
</style>
background-color css
<style>
a { background-color: #5CFCDD; }
a { background-color: rgb(92,252,221); }
div.DivClassName
{
background-color: #5CFCDD;
}
.BgClassName
{
background-color: #5CFCDD;
}
</style>
border-color css
<style>
span { border-color: #5CFCDD; }
span { border-color: rgb(92,252,221); }
td.TdClassName
{
border-color: #5CFCDD;
}
.TagClassName
{
border-color: #5CFCDD;
}
</style>