Shades of Aquamarine #5CFBBD
Tints of Aquamarine #5CFBBD
RGB
CMYK
RGB Variations
Color information
#5CFBBD (or 0x5CFBBD) is known color: Aquamarine. HEX triplet: 5C, FB and BD. RGB value is (92,251,189). Sum of RGB (Red+Green+Blue) = 92+251+189=532 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.29% from 532); Green value is 251 (98.44% from 255 or 47.18% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 251 - color contains mainly: green. Hex color #5CFBBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CFBBD is #A30442. Grayscale: #C4C4C4. Windows color (decimal): -10683459 or 12450652. OLE color: 12450652.
HSL color Cylindrical-coordinate representation of color #5CFBBD: hue angle of 156.6º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CFBBD is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 92 | 251 | 189 | - |
| CMYK | 0.63 | 0 | 0.25 | 0.02 |
| HSL | 156.6º | 0.95% | 0.67% | - |
| HSV(B) | 156.6º | 0.63% | 0.98% | - |
| XYZ | 48.1 | 74.94 | 60.07 | - |
| YUV | 196.39 | 123.82 | 53.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 251 | 189 | 0.63 | 0 | 0.25 | 0.02 | 156.6 | 0.95 | 0.67 |
| Hex | 5C | FB | BD | 3F | 0 | 19 | 2 | 9D | 5F | 43 |
| Octal | 134 | 373 | 275 | 77 | 0 | 31 | 2 | 235 | 137 | 103 |
| Binary | 1011100 | 11111011 | 10111101 | 111111 | 0 | 11001 | 10 | 10011101 | 1011111 | 1000011 |
Color Harmonies of #5CFBBD
Complementary color
Monochromatic Colors of #5CFBBD
Black with #5CFBBD
Text Example
Text Example
White with #5CFBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CFBBD; }
p { color: rgb(92,251,189); }
H1.HeaderClassName
{
color: #5CFBBD;
}
.AnyTagClassName
{
color: #5CFBBD;
}
</style>
background-color css
<style>
a { background-color: #5CFBBD; }
a { background-color: rgb(92,251,189); }
div.DivClassName
{
background-color: #5CFBBD;
}
.BgClassName
{
background-color: #5CFBBD;
}
</style>
border-color css
<style>
span { border-color: #5CFBBD; }
span { border-color: rgb(92,251,189); }
td.TdClassName
{
border-color: #5CFBBD;
}
.TagClassName
{
border-color: #5CFBBD;
}
</style>