Shades of Aquamarine #5CFFBC
Tints of Aquamarine #5CFFBC
RGB
CMYK
RGB Variations
Color information
#5CFFBC (or 0x5CFFBC) is known color: Aquamarine. HEX triplet: 5C, FF and BC. RGB value is (92,255,188). Sum of RGB (Red+Green+Blue) = 92+255+188=535 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.20% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #5CFFBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CFFBC is #A30043. Grayscale: #C6C6C6. Windows color (decimal): -10682436 or 12386140. OLE color: 12386140.
HSL color Cylindrical-coordinate representation of color #5CFFBC: hue angle of 155.34º 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 #5CFFBC is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 92 | 255 | 188 | - |
| CMYK | 0.64 | 0 | 0.26 | 0 |
| HSL | 155.34º | 1% | 0.68% | - |
| HSV(B) | 155.34º | 0.64% | 1% | - |
| XYZ | 49.25 | 77.43 | 59.93 | - |
| YUV | 198.63 | 122 | 51.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 255 | 188 | 0.64 | 0 | 0.26 | 0 | 155.34 | 1 | 0.68 |
| Hex | 5C | FF | BC | 40 | 0 | 1A | 0 | 9B | 64 | 44 |
| Octal | 134 | 377 | 274 | 100 | 0 | 32 | 0 | 233 | 144 | 104 |
| Binary | 1011100 | 11111111 | 10111100 | 1000000 | 0 | 11010 | 0 | 10011011 | 1100100 | 1000100 |
Color Harmonies of #5CFFBC
Complementary color
Monochromatic Colors of #5CFFBC
Black with #5CFFBC
Text Example
Text Example
White with #5CFFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CFFBC; }
p { color: rgb(92,255,188); }
H1.HeaderClassName
{
color: #5CFFBC;
}
.AnyTagClassName
{
color: #5CFFBC;
}
</style>
background-color css
<style>
a { background-color: #5CFFBC; }
a { background-color: rgb(92,255,188); }
div.DivClassName
{
background-color: #5CFFBC;
}
.BgClassName
{
background-color: #5CFFBC;
}
</style>
border-color css
<style>
span { border-color: #5CFFBC; }
span { border-color: rgb(92,255,188); }
td.TdClassName
{
border-color: #5CFFBC;
}
.TagClassName
{
border-color: #5CFFBC;
}
</style>