Shades of Aquamarine #65FAC0
Tints of Aquamarine #65FAC0
RGB
CMYK
RGB Variations
Color information
#65FAC0 (or 0x65FAC0) is known color: Aquamarine. HEX triplet: 65, FA and C0. RGB value is (101,250,192). Sum of RGB (Red+Green+Blue) = 101+250+192=543 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.60% from 543); Green value is 250 (98.05% from 255 or 46.04% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 250 - color contains mainly: green. Hex color #65FAC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65FAC0 is #9A053F. Grayscale: #C6C6C6. Windows color (decimal): -10093888 or 12647013. OLE color: 12647013.
HSL color Cylindrical-coordinate representation of color #65FAC0: hue angle of 156.64º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FAC0 is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 250 | 192 | - |
| CMYK | 0.60 | 0 | 0.23 | 0.02 |
| HSL | 156.64º | 0.94% | 0.69% | - |
| HSV(B) | 156.64º | 0.6% | 0.98% | - |
| XYZ | 49.07 | 74.94 | 61.75 | - |
| YUV | 198.84 | 124.14 | 58.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 250 | 192 | 0.60 | 0 | 0.23 | 0.02 | 156.64 | 0.94 | 0.69 |
| Hex | 65 | FA | C0 | 3C | 0 | 17 | 2 | 9D | 5E | 45 |
| Octal | 145 | 372 | 300 | 74 | 0 | 27 | 2 | 235 | 136 | 105 |
| Binary | 1100101 | 11111010 | 11000000 | 111100 | 0 | 10111 | 10 | 10011101 | 1011110 | 1000101 |
Color Harmonies of #65FAC0
Complementary color
Monochromatic Colors of #65FAC0
Black with #65FAC0
Text Example
Text Example
White with #65FAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FAC0; }
p { color: rgb(101,250,192); }
H1.HeaderClassName
{
color: #65FAC0;
}
.AnyTagClassName
{
color: #65FAC0;
}
</style>
background-color css
<style>
a { background-color: #65FAC0; }
a { background-color: rgb(101,250,192); }
div.DivClassName
{
background-color: #65FAC0;
}
.BgClassName
{
background-color: #65FAC0;
}
</style>
border-color css
<style>
span { border-color: #65FAC0; }
span { border-color: rgb(101,250,192); }
td.TdClassName
{
border-color: #65FAC0;
}
.TagClassName
{
border-color: #65FAC0;
}
</style>