Shades of Aquamarine #65F9C7
Tints of Aquamarine #65F9C7
RGB
CMYK
RGB Variations
Color information
#65F9C7 (or 0x65F9C7) is known color: Aquamarine. HEX triplet: 65, F9 and C7. RGB value is (101,249,199). Sum of RGB (Red+Green+Blue) = 101+249+199=549 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.40% from 549); Green value is 249 (97.66% from 255 or 45.36% from 549); Blue value is 199 (78.12% from 255 or 36.25% from 549); Max value from RGB is 249 - color contains mainly: green. Hex color #65F9C7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65F9C7 is #9A0638. Grayscale: #C7C7C7. Windows color (decimal): -10094137 or 13105509. OLE color: 13105509.
HSL color Cylindrical-coordinate representation of color #65F9C7: hue angle of 159.73º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65F9C7 is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 249 | 199 | - |
| CMYK | 0.59 | 0 | 0.20 | 0.02 |
| HSL | 159.73º | 0.93% | 0.69% | - |
| HSV(B) | 159.73º | 0.59% | 0.98% | - |
| XYZ | 49.55 | 74.64 | 65.83 | - |
| YUV | 199.05 | 127.97 | 58.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 249 | 199 | 0.59 | 0 | 0.20 | 0.02 | 159.73 | 0.93 | 0.69 |
| Hex | 65 | F9 | C7 | 3B | 0 | 14 | 2 | A0 | 5C | 45 |
| Octal | 145 | 371 | 307 | 73 | 0 | 24 | 2 | 240 | 134 | 105 |
| Binary | 1100101 | 11111001 | 11000111 | 111011 | 0 | 10100 | 10 | 10100000 | 1011100 | 1000101 |
Color Harmonies of #65F9C7
Complementary color
Monochromatic Colors of #65F9C7
Black with #65F9C7
Text Example
Text Example
White with #65F9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F9C7; }
p { color: rgb(101,249,199); }
H1.HeaderClassName
{
color: #65F9C7;
}
.AnyTagClassName
{
color: #65F9C7;
}
</style>
background-color css
<style>
a { background-color: #65F9C7; }
a { background-color: rgb(101,249,199); }
div.DivClassName
{
background-color: #65F9C7;
}
.BgClassName
{
background-color: #65F9C7;
}
</style>
border-color css
<style>
span { border-color: #65F9C7; }
span { border-color: rgb(101,249,199); }
td.TdClassName
{
border-color: #65F9C7;
}
.TagClassName
{
border-color: #65F9C7;
}
</style>