Shades of Aquamarine #5CF6CA
Tints of Aquamarine #5CF6CA
RGB
CMYK
RGB Variations
Color information
#5CF6CA (or 0x5CF6CA) is known color: Aquamarine. HEX triplet: 5C, F6 and CA. RGB value is (92,246,202). Sum of RGB (Red+Green+Blue) = 92+246+202=540 (71% of max value = 765). Red value is 92 (36.33% from 255 or 17.04% from 540); Green value is 246 (96.48% from 255 or 45.56% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 246 - color contains mainly: green. Hex color #5CF6CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CF6CA is #A30935. Grayscale: #C2C2C2. Windows color (decimal): -10684726 or 13301340. OLE color: 13301340.
HSL color Cylindrical-coordinate representation of color #5CF6CA: hue angle of 162.86º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CF6CA is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 92 | 246 | 202 | - |
| CMYK | 0.63 | 0 | 0.18 | 0.04 |
| HSL | 162.86º | 0.9% | 0.66% | - |
| HSV(B) | 162.86º | 0.63% | 0.96% | - |
| XYZ | 48.03 | 72.45 | 67.33 | - |
| YUV | 194.94 | 131.98 | 54.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 246 | 202 | 0.63 | 0 | 0.18 | 0.04 | 162.86 | 0.9 | 0.66 |
| Hex | 5C | F6 | CA | 3F | 0 | 12 | 4 | A3 | 5A | 42 |
| Octal | 134 | 366 | 312 | 77 | 0 | 22 | 4 | 243 | 132 | 102 |
| Binary | 1011100 | 11110110 | 11001010 | 111111 | 0 | 10010 | 100 | 10100011 | 1011010 | 1000010 |
Color Harmonies of #5CF6CA
Complementary color
Monochromatic Colors of #5CF6CA
Black with #5CF6CA
Text Example
Text Example
White with #5CF6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF6CA; }
p { color: rgb(92,246,202); }
H1.HeaderClassName
{
color: #5CF6CA;
}
.AnyTagClassName
{
color: #5CF6CA;
}
</style>
background-color css
<style>
a { background-color: #5CF6CA; }
a { background-color: rgb(92,246,202); }
div.DivClassName
{
background-color: #5CF6CA;
}
.BgClassName
{
background-color: #5CF6CA;
}
</style>
border-color css
<style>
span { border-color: #5CF6CA; }
span { border-color: rgb(92,246,202); }
td.TdClassName
{
border-color: #5CF6CA;
}
.TagClassName
{
border-color: #5CF6CA;
}
</style>