Shades of Aquamarine #5CFFBF
Tints of Aquamarine #5CFFBF
RGB
CMYK
RGB Variations
Color information
#5CFFBF (or 0x5CFFBF) is known color: Aquamarine. HEX triplet: 5C, FF and BF. RGB value is (92,255,191). Sum of RGB (Red+Green+Blue) = 92+255+191=538 (71% of max value = 765). Red value is 92 (36.33% from 255 or 17.10% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #5CFFBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CFFBF is #A30040. Grayscale: #C7C7C7. Windows color (decimal): -10682433 or 12582748. OLE color: 12582748.
HSL color Cylindrical-coordinate representation of color #5CFFBF: hue angle of 156.44º 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 #5CFFBF is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 92 | 255 | 191 | - |
| CMYK | 0.64 | 0 | 0.25 | 0 |
| HSL | 156.44º | 1% | 0.68% | - |
| HSV(B) | 156.44º | 0.64% | 1% | - |
| XYZ | 49.58 | 77.56 | 61.65 | - |
| YUV | 198.97 | 123.5 | 51.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 255 | 191 | 0.64 | 0 | 0.25 | 0 | 156.44 | 1 | 0.68 |
| Hex | 5C | FF | BF | 40 | 0 | 19 | 0 | 9C | 64 | 44 |
| Octal | 134 | 377 | 277 | 100 | 0 | 31 | 0 | 234 | 144 | 104 |
| Binary | 1011100 | 11111111 | 10111111 | 1000000 | 0 | 11001 | 0 | 10011100 | 1100100 | 1000100 |
Color Harmonies of #5CFFBF
Complementary color
Monochromatic Colors of #5CFFBF
Black with #5CFFBF
Text Example
Text Example
White with #5CFFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CFFBF; }
p { color: rgb(92,255,191); }
H1.HeaderClassName
{
color: #5CFFBF;
}
.AnyTagClassName
{
color: #5CFFBF;
}
</style>
background-color css
<style>
a { background-color: #5CFFBF; }
a { background-color: rgb(92,255,191); }
div.DivClassName
{
background-color: #5CFFBF;
}
.BgClassName
{
background-color: #5CFFBF;
}
</style>
border-color css
<style>
span { border-color: #5CFFBF; }
span { border-color: rgb(92,255,191); }
td.TdClassName
{
border-color: #5CFFBF;
}
.TagClassName
{
border-color: #5CFFBF;
}
</style>