Shades of Aquamarine #5AFFC4
Tints of Aquamarine #5AFFC4
RGB
CMYK
RGB Variations
Color information
#5AFFC4 (or 0x5AFFC4) is known color: Aquamarine. HEX triplet: 5A, FF and C4. RGB value is (90,255,196). Sum of RGB (Red+Green+Blue) = 90+255+196=541 (71% of max value = 765). Red value is 90 (35.55% from 255 or 16.64% from 541); Green value is 255 (100% from 255 or 47.13% from 541); Blue value is 196 (76.95% from 255 or 36.23% from 541); Max value from RGB is 255 - color contains mainly: green. Hex color #5AFFC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFFC4 is #A5003B. Grayscale: #C7C7C7. Windows color (decimal): -10813500 or 12910426. OLE color: 12910426.
HSL color Cylindrical-coordinate representation of color #5AFFC4: hue angle of 158.55º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5AFFC4 is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 255 | 196 | - |
| CMYK | 0.65 | 0 | 0.23 | 0 |
| HSL | 158.55º | 1% | 0.68% | - |
| HSV(B) | 158.55º | 0.65% | 1% | - |
| XYZ | 49.94 | 77.68 | 64.59 | - |
| YUV | 198.94 | 126.34 | 50.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 255 | 196 | 0.65 | 0 | 0.23 | 0 | 158.55 | 1 | 0.68 |
| Hex | 5A | FF | C4 | 41 | 0 | 17 | 0 | 9F | 64 | 44 |
| Octal | 132 | 377 | 304 | 101 | 0 | 27 | 0 | 237 | 144 | 104 |
| Binary | 1011010 | 11111111 | 11000100 | 1000001 | 0 | 10111 | 0 | 10011111 | 1100100 | 1000100 |
Color Harmonies of #5AFFC4
Complementary color
Monochromatic Colors of #5AFFC4
Black with #5AFFC4
Text Example
Text Example
White with #5AFFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFFC4; }
p { color: rgb(90,255,196); }
H1.HeaderClassName
{
color: #5AFFC4;
}
.AnyTagClassName
{
color: #5AFFC4;
}
</style>
background-color css
<style>
a { background-color: #5AFFC4; }
a { background-color: rgb(90,255,196); }
div.DivClassName
{
background-color: #5AFFC4;
}
.BgClassName
{
background-color: #5AFFC4;
}
</style>
border-color css
<style>
span { border-color: #5AFFC4; }
span { border-color: rgb(90,255,196); }
td.TdClassName
{
border-color: #5AFFC4;
}
.TagClassName
{
border-color: #5AFFC4;
}
</style>