Shades of Aquamarine #65F0DA
Tints of Aquamarine #65F0DA
RGB
CMYK
RGB Variations
Color information
#65F0DA (or 0x65F0DA) is known color: Aquamarine. HEX triplet: 65, F0 and DA. RGB value is (101,240,218). Sum of RGB (Red+Green+Blue) = 101+240+218=559 (74% of max value = 765). Red value is 101 (39.84% from 255 or 18.07% from 559); Green value is 240 (94.14% from 255 or 42.93% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 240 - color contains mainly: green. Hex color #65F0DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65F0DA is #9A0F25. Grayscale: #C3C3C3. Windows color (decimal): -10096422 or 14348389. OLE color: 14348389.
HSL color Cylindrical-coordinate representation of color #65F0DA: hue angle of 170.5º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65F0DA is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 240 | 218 | - |
| CMYK | 0.58 | 0 | 0.09 | 0.06 |
| HSL | 170.5º | 0.82% | 0.67% | - |
| HSV(B) | 170.5º | 0.58% | 0.94% | - |
| XYZ | 49.18 | 70.15 | 77.28 | - |
| YUV | 195.93 | 140.45 | 60.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 240 | 218 | 0.58 | 0 | 0.09 | 0.06 | 170.5 | 0.82 | 0.67 |
| Hex | 65 | F0 | DA | 3A | 0 | 9 | 6 | AB | 52 | 43 |
| Octal | 145 | 360 | 332 | 72 | 0 | 11 | 6 | 253 | 122 | 103 |
| Binary | 1100101 | 11110000 | 11011010 | 111010 | 0 | 1001 | 110 | 10101011 | 1010010 | 1000011 |
Color Harmonies of #65F0DA
Complementary color
Monochromatic Colors of #65F0DA
Black with #65F0DA
Text Example
Text Example
White with #65F0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F0DA; }
p { color: rgb(101,240,218); }
H1.HeaderClassName
{
color: #65F0DA;
}
.AnyTagClassName
{
color: #65F0DA;
}
</style>
background-color css
<style>
a { background-color: #65F0DA; }
a { background-color: rgb(101,240,218); }
div.DivClassName
{
background-color: #65F0DA;
}
.BgClassName
{
background-color: #65F0DA;
}
</style>
border-color css
<style>
span { border-color: #65F0DA; }
span { border-color: rgb(101,240,218); }
td.TdClassName
{
border-color: #65F0DA;
}
.TagClassName
{
border-color: #65F0DA;
}
</style>