Shades of Aquamarine #5CF9BC
Tints of Aquamarine #5CF9BC
RGB
CMYK
RGB Variations
Color information
#5CF9BC (or 0x5CF9BC) is known color: Aquamarine. HEX triplet: 5C, F9 and BC. RGB value is (92,249,188). Sum of RGB (Red+Green+Blue) = 92+249+188=529 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.39% from 529); Green value is 249 (97.66% from 255 or 47.07% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 249 - color contains mainly: green. Hex color #5CF9BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CF9BC is #A30643. Grayscale: #C3C3C3. Windows color (decimal): -10683972 or 12384604. OLE color: 12384604.
HSL color Cylindrical-coordinate representation of color #5CF9BC: hue angle of 156.69º degrees, saturation: 0.93, 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 #5CF9BC is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 92 | 249 | 188 | - |
| CMYK | 0.63 | 0 | 0.24 | 0.02 |
| HSL | 156.69º | 0.93% | 0.67% | - |
| HSV(B) | 156.69º | 0.63% | 0.98% | - |
| XYZ | 47.37 | 73.66 | 59.3 | - |
| YUV | 195.1 | 123.99 | 54.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 249 | 188 | 0.63 | 0 | 0.24 | 0.02 | 156.69 | 0.93 | 0.67 |
| Hex | 5C | F9 | BC | 3F | 0 | 18 | 2 | 9D | 5D | 43 |
| Octal | 134 | 371 | 274 | 77 | 0 | 30 | 2 | 235 | 135 | 103 |
| Binary | 1011100 | 11111001 | 10111100 | 111111 | 0 | 11000 | 10 | 10011101 | 1011101 | 1000011 |
Color Harmonies of #5CF9BC
Complementary color
Monochromatic Colors of #5CF9BC
Black with #5CF9BC
Text Example
Text Example
White with #5CF9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF9BC; }
p { color: rgb(92,249,188); }
H1.HeaderClassName
{
color: #5CF9BC;
}
.AnyTagClassName
{
color: #5CF9BC;
}
</style>
background-color css
<style>
a { background-color: #5CF9BC; }
a { background-color: rgb(92,249,188); }
div.DivClassName
{
background-color: #5CF9BC;
}
.BgClassName
{
background-color: #5CF9BC;
}
</style>
border-color css
<style>
span { border-color: #5CF9BC; }
span { border-color: rgb(92,249,188); }
td.TdClassName
{
border-color: #5CF9BC;
}
.TagClassName
{
border-color: #5CF9BC;
}
</style>