Shades of Aquamarine #5EF5CC
Tints of Aquamarine #5EF5CC
RGB
CMYK
RGB Variations
Color information
#5EF5CC (or 0x5EF5CC) is known color: Aquamarine. HEX triplet: 5E, F5 and CC. RGB value is (94,245,204). Sum of RGB (Red+Green+Blue) = 94+245+204=543 (71% of max value = 765). Red value is 94 (37.11% from 255 or 17.31% from 543); Green value is 245 (96.09% from 255 or 45.12% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 245 - color contains mainly: green. Hex color #5EF5CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EF5CC is #A10A33. Grayscale: #C3C3C3. Windows color (decimal): -10553908 or 13432158. OLE color: 13432158.
HSL color Cylindrical-coordinate representation of color #5EF5CC: hue angle of 163.71º 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 #5EF5CC is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 94 | 245 | 204 | - |
| CMYK | 0.62 | 0 | 0.17 | 0.04 |
| HSL | 163.71º | 0.88% | 0.66% | - |
| HSV(B) | 163.71º | 0.62% | 0.96% | - |
| XYZ | 48.17 | 72.04 | 68.49 | - |
| YUV | 195.18 | 132.97 | 55.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 245 | 204 | 0.62 | 0 | 0.17 | 0.04 | 163.71 | 0.88 | 0.66 |
| Hex | 5E | F5 | CC | 3E | 0 | 11 | 4 | A4 | 58 | 42 |
| Octal | 136 | 365 | 314 | 76 | 0 | 21 | 4 | 244 | 130 | 102 |
| Binary | 1011110 | 11110101 | 11001100 | 111110 | 0 | 10001 | 100 | 10100100 | 1011000 | 1000010 |
Color Harmonies of #5EF5CC
Complementary color
Monochromatic Colors of #5EF5CC
Black with #5EF5CC
Text Example
Text Example
White with #5EF5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EF5CC; }
p { color: rgb(94,245,204); }
H1.HeaderClassName
{
color: #5EF5CC;
}
.AnyTagClassName
{
color: #5EF5CC;
}
</style>
background-color css
<style>
a { background-color: #5EF5CC; }
a { background-color: rgb(94,245,204); }
div.DivClassName
{
background-color: #5EF5CC;
}
.BgClassName
{
background-color: #5EF5CC;
}
</style>
border-color css
<style>
span { border-color: #5EF5CC; }
span { border-color: rgb(94,245,204); }
td.TdClassName
{
border-color: #5EF5CC;
}
.TagClassName
{
border-color: #5EF5CC;
}
</style>