Shades of Aquamarine #5CF8BD
Tints of Aquamarine #5CF8BD
RGB
CMYK
RGB Variations
Color information
#5CF8BD (or 0x5CF8BD) is known color: Aquamarine. HEX triplet: 5C, F8 and BD. RGB value is (92,248,189). Sum of RGB (Red+Green+Blue) = 92+248+189=529 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.39% from 529); Green value is 248 (97.27% from 255 or 46.88% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 248 - color contains mainly: green. Hex color #5CF8BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CF8BD is #A30742. Grayscale: #C2C2C2. Windows color (decimal): -10684227 or 12449884. OLE color: 12449884.
HSL color Cylindrical-coordinate representation of color #5CF8BD: hue angle of 157.31º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CF8BD is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 92 | 248 | 189 | - |
| CMYK | 0.63 | 0 | 0.24 | 0.03 |
| HSL | 157.31º | 0.92% | 0.67% | - |
| HSV(B) | 157.31º | 0.63% | 0.97% | - |
| XYZ | 47.17 | 73.08 | 59.76 | - |
| YUV | 194.63 | 124.82 | 54.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 248 | 189 | 0.63 | 0 | 0.24 | 0.03 | 157.31 | 0.92 | 0.67 |
| Hex | 5C | F8 | BD | 3F | 0 | 18 | 3 | 9D | 5C | 43 |
| Octal | 134 | 370 | 275 | 77 | 0 | 30 | 3 | 235 | 134 | 103 |
| Binary | 1011100 | 11111000 | 10111101 | 111111 | 0 | 11000 | 11 | 10011101 | 1011100 | 1000011 |
Color Harmonies of #5CF8BD
Complementary color
Monochromatic Colors of #5CF8BD
Black with #5CF8BD
Text Example
Text Example
White with #5CF8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF8BD; }
p { color: rgb(92,248,189); }
H1.HeaderClassName
{
color: #5CF8BD;
}
.AnyTagClassName
{
color: #5CF8BD;
}
</style>
background-color css
<style>
a { background-color: #5CF8BD; }
a { background-color: rgb(92,248,189); }
div.DivClassName
{
background-color: #5CF8BD;
}
.BgClassName
{
background-color: #5CF8BD;
}
</style>
border-color css
<style>
span { border-color: #5CF8BD; }
span { border-color: rgb(92,248,189); }
td.TdClassName
{
border-color: #5CF8BD;
}
.TagClassName
{
border-color: #5CF8BD;
}
</style>