Shades of Aquamarine #5CFFCF
Tints of Aquamarine #5CFFCF
RGB
CMYK
RGB Variations
Color information
#5CFFCF (or 0x5CFFCF) is known color: Aquamarine. HEX triplet: 5C, FF and CF. RGB value is (92,255,207). Sum of RGB (Red+Green+Blue) = 92+255+207=554 (73% of max value = 765). Red value is 92 (36.33% from 255 or 16.61% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #5CFFCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CFFCF is #A30030. Grayscale: #C8C8C8. Windows color (decimal): -10682417 or 13631324. OLE color: 13631324.
HSL color Cylindrical-coordinate representation of color #5CFFCF: hue angle of 162.33º 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 #5CFFCF is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 92 | 255 | 207 | - |
| CMYK | 0.64 | 0 | 0.19 | 0 |
| HSL | 162.33º | 1% | 0.68% | - |
| HSV(B) | 162.33º | 0.64% | 1% | - |
| XYZ | 51.44 | 78.3 | 71.43 | - |
| YUV | 200.79 | 131.5 | 50.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 255 | 207 | 0.64 | 0 | 0.19 | 0 | 162.33 | 1 | 0.68 |
| Hex | 5C | FF | CF | 40 | 0 | 13 | 0 | A2 | 64 | 44 |
| Octal | 134 | 377 | 317 | 100 | 0 | 23 | 0 | 242 | 144 | 104 |
| Binary | 1011100 | 11111111 | 11001111 | 1000000 | 0 | 10011 | 0 | 10100010 | 1100100 | 1000100 |
Color Harmonies of #5CFFCF
Complementary color
Monochromatic Colors of #5CFFCF
Black with #5CFFCF
Text Example
Text Example
White with #5CFFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CFFCF; }
p { color: rgb(92,255,207); }
H1.HeaderClassName
{
color: #5CFFCF;
}
.AnyTagClassName
{
color: #5CFFCF;
}
</style>
background-color css
<style>
a { background-color: #5CFFCF; }
a { background-color: rgb(92,255,207); }
div.DivClassName
{
background-color: #5CFFCF;
}
.BgClassName
{
background-color: #5CFFCF;
}
</style>
border-color css
<style>
span { border-color: #5CFFCF; }
span { border-color: rgb(92,255,207); }
td.TdClassName
{
border-color: #5CFFCF;
}
.TagClassName
{
border-color: #5CFFCF;
}
</style>