Shades of Aquamarine #5CF5C4
Tints of Aquamarine #5CF5C4
RGB
CMYK
RGB Variations
Color information
#5CF5C4 (or 0x5CF5C4) is known color: Aquamarine. HEX triplet: 5C, F5 and C4. RGB value is (92,245,196). Sum of RGB (Red+Green+Blue) = 92+245+196=533 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.26% from 533); Green value is 245 (96.09% from 255 or 45.97% from 533); Blue value is 196 (76.95% from 255 or 36.77% from 533); Max value from RGB is 245 - color contains mainly: green. Hex color #5CF5C4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CF5C4 is #A30A3B. Grayscale: #C1C1C1. Windows color (decimal): -10684988 or 12907868. OLE color: 12907868.
HSL color Cylindrical-coordinate representation of color #5CF5C4: hue angle of 160.78º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CF5C4 is Cyan = 0.62, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 92 | 245 | 196 | - |
| CMYK | 0.62 | 0 | 0.2 | 0.04 |
| HSL | 160.78º | 0.88% | 0.66% | - |
| HSV(B) | 160.78º | 0.62% | 0.96% | - |
| XYZ | 47.03 | 71.57 | 63.56 | - |
| YUV | 193.67 | 129.31 | 55.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 245 | 196 | 0.62 | 0 | 0.2 | 0.04 | 160.78 | 0.88 | 0.66 |
| Hex | 5C | F5 | C4 | 3E | 0 | 14 | 4 | A1 | 58 | 42 |
| Octal | 134 | 365 | 304 | 76 | 0 | 24 | 4 | 241 | 130 | 102 |
| Binary | 1011100 | 11110101 | 11000100 | 111110 | 0 | 10100 | 100 | 10100001 | 1011000 | 1000010 |
Color Harmonies of #5CF5C4
Complementary color
Monochromatic Colors of #5CF5C4
Black with #5CF5C4
Text Example
Text Example
White with #5CF5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF5C4; }
p { color: rgb(92,245,196); }
H1.HeaderClassName
{
color: #5CF5C4;
}
.AnyTagClassName
{
color: #5CF5C4;
}
</style>
background-color css
<style>
a { background-color: #5CF5C4; }
a { background-color: rgb(92,245,196); }
div.DivClassName
{
background-color: #5CF5C4;
}
.BgClassName
{
background-color: #5CF5C4;
}
</style>
border-color css
<style>
span { border-color: #5CF5C4; }
span { border-color: rgb(92,245,196); }
td.TdClassName
{
border-color: #5CF5C4;
}
.TagClassName
{
border-color: #5CF5C4;
}
</style>