Shades of Aquamarine #5CFDBB
Tints of Aquamarine #5CFDBB
RGB
CMYK
RGB Variations
Color information
#5CFDBB (or 0x5CFDBB) is known color: Aquamarine. HEX triplet: 5C, FD and BB. RGB value is (92,253,187). Sum of RGB (Red+Green+Blue) = 92+253+187=532 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.29% from 532); Green value is 253 (99.22% from 255 or 47.56% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 253 - color contains mainly: green. Hex color #5CFDBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CFDBB is #A30244. Grayscale: #C5C5C5. Windows color (decimal): -10682949 or 12320092. OLE color: 12320092.
HSL color Cylindrical-coordinate representation of color #5CFDBB: hue angle of 155.4º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5CFDBB is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 253 | 187 | - |
| CMYK | 0.64 | 0 | 0.26 | 0.01 |
| HSL | 155.4º | 0.98% | 0.68% | - |
| HSV(B) | 155.4º | 0.64% | 0.99% | - |
| XYZ | 48.51 | 76.11 | 59.15 | - |
| YUV | 197.34 | 122.16 | 52.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 253 | 187 | 0.64 | 0 | 0.26 | 0.01 | 155.4 | 0.98 | 0.68 |
| Hex | 5C | FD | BB | 40 | 0 | 1A | 1 | 9B | 62 | 44 |
| Octal | 134 | 375 | 273 | 100 | 0 | 32 | 1 | 233 | 142 | 104 |
| Binary | 1011100 | 11111101 | 10111011 | 1000000 | 0 | 11010 | 1 | 10011011 | 1100010 | 1000100 |
Color Harmonies of #5CFDBB
Complementary color
Monochromatic Colors of #5CFDBB
Black with #5CFDBB
Text Example
Text Example
White with #5CFDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CFDBB; }
p { color: rgb(92,253,187); }
H1.HeaderClassName
{
color: #5CFDBB;
}
.AnyTagClassName
{
color: #5CFDBB;
}
</style>
background-color css
<style>
a { background-color: #5CFDBB; }
a { background-color: rgb(92,253,187); }
div.DivClassName
{
background-color: #5CFDBB;
}
.BgClassName
{
background-color: #5CFDBB;
}
</style>
border-color css
<style>
span { border-color: #5CFDBB; }
span { border-color: rgb(92,253,187); }
td.TdClassName
{
border-color: #5CFDBB;
}
.TagClassName
{
border-color: #5CFDBB;
}
</style>