Shades of Aquamarine #65F7D0
Tints of Aquamarine #65F7D0
RGB
CMYK
RGB Variations
Color information
#65F7D0 (or 0x65F7D0) is known color: Aquamarine. HEX triplet: 65, F7 and D0. RGB value is (101,247,208). Sum of RGB (Red+Green+Blue) = 101+247+208=556 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.17% from 556); Green value is 247 (96.88% from 255 or 44.42% from 556); Blue value is 208 (81.64% from 255 or 37.41% from 556); Max value from RGB is 247 - color contains mainly: green. Hex color #65F7D0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65F7D0 is #9A082F. Grayscale: #C6C6C6. Windows color (decimal): -10094640 or 13694821. OLE color: 13694821.
HSL color Cylindrical-coordinate representation of color #65F7D0: hue angle of 163.97º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65F7D0 is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 101 | 247 | 208 | - |
| CMYK | 0.59 | 0 | 0.16 | 0.03 |
| HSL | 163.97º | 0.9% | 0.68% | - |
| HSV(B) | 163.97º | 0.59% | 0.97% | - |
| XYZ | 50.01 | 73.84 | 71.29 | - |
| YUV | 198.9 | 133.13 | 58.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 247 | 208 | 0.59 | 0 | 0.16 | 0.03 | 163.97 | 0.9 | 0.68 |
| Hex | 65 | F7 | D0 | 3B | 0 | 10 | 3 | A4 | 5A | 44 |
| Octal | 145 | 367 | 320 | 73 | 0 | 20 | 3 | 244 | 132 | 104 |
| Binary | 1100101 | 11110111 | 11010000 | 111011 | 0 | 10000 | 11 | 10100100 | 1011010 | 1000100 |
Color Harmonies of #65F7D0
Complementary color
Monochromatic Colors of #65F7D0
Black with #65F7D0
Text Example
Text Example
White with #65F7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F7D0; }
p { color: rgb(101,247,208); }
H1.HeaderClassName
{
color: #65F7D0;
}
.AnyTagClassName
{
color: #65F7D0;
}
</style>
background-color css
<style>
a { background-color: #65F7D0; }
a { background-color: rgb(101,247,208); }
div.DivClassName
{
background-color: #65F7D0;
}
.BgClassName
{
background-color: #65F7D0;
}
</style>
border-color css
<style>
span { border-color: #65F7D0; }
span { border-color: rgb(101,247,208); }
td.TdClassName
{
border-color: #65F7D0;
}
.TagClassName
{
border-color: #65F7D0;
}
</style>