Shades of Aquamarine #5CFEB6
Tints of Aquamarine #5CFEB6
RGB
CMYK
RGB Variations
Color information
#5CFEB6 (or 0x5CFEB6) is known color: Aquamarine. HEX triplet: 5C, FE and B6. RGB value is (92,254,182). Sum of RGB (Red+Green+Blue) = 92+254+182=528 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.42% from 528); Green value is 254 (99.61% from 255 or 48.11% from 528); Blue value is 182 (71.48% from 255 or 34.47% from 528); Max value from RGB is 254 - color contains mainly: green. Hex color #5CFEB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CFEB6 is #A30149. Grayscale: #C5C5C5. Windows color (decimal): -10682698 or 11992668. OLE color: 11992668.
HSL color Cylindrical-coordinate representation of color #5CFEB6: hue angle of 153.33º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5CFEB6 is Cyan = 0.64, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 92 | 254 | 182 | - |
| CMYK | 0.64 | 0 | 0.28 | 0.00 |
| HSL | 153.33º | 0.99% | 0.68% | - |
| HSV(B) | 153.33º | 0.64% | 1% | - |
| XYZ | 48.3 | 76.54 | 56.48 | - |
| YUV | 197.35 | 119.33 | 52.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 254 | 182 | 0.64 | 0 | 0.28 | 0.00 | 153.33 | 0.99 | 0.68 |
| Hex | 5C | FE | B6 | 40 | 0 | 1C | 0 | 99 | 63 | 44 |
| Octal | 134 | 376 | 266 | 100 | 0 | 34 | 0 | 231 | 143 | 104 |
| Binary | 1011100 | 11111110 | 10110110 | 1000000 | 0 | 11100 | 0 | 10011001 | 1100011 | 1000100 |
Color Harmonies of #5CFEB6
Complementary color
Monochromatic Colors of #5CFEB6
Black with #5CFEB6
Text Example
Text Example
White with #5CFEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CFEB6; }
p { color: rgb(92,254,182); }
H1.HeaderClassName
{
color: #5CFEB6;
}
.AnyTagClassName
{
color: #5CFEB6;
}
</style>
background-color css
<style>
a { background-color: #5CFEB6; }
a { background-color: rgb(92,254,182); }
div.DivClassName
{
background-color: #5CFEB6;
}
.BgClassName
{
background-color: #5CFEB6;
}
</style>
border-color css
<style>
span { border-color: #5CFEB6; }
span { border-color: rgb(92,254,182); }
td.TdClassName
{
border-color: #5CFEB6;
}
.TagClassName
{
border-color: #5CFEB6;
}
</style>