Shades of Aquamarine #65FADA
Tints of Aquamarine #65FADA
RGB
CMYK
RGB Variations
Color information
#65FADA (or 0x65FADA) is known color: Aquamarine. HEX triplet: 65, FA and DA. RGB value is (101,250,218). Sum of RGB (Red+Green+Blue) = 101+250+218=569 (75% of max value = 765). Red value is 101 (39.84% from 255 or 17.75% from 569); Green value is 250 (98.05% from 255 or 43.94% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 250 - color contains mainly: green. Hex color #65FADA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65FADA is #9A0525. Grayscale: #C9C9C9. Windows color (decimal): -10093862 or 14350949. OLE color: 14350949.
HSL color Cylindrical-coordinate representation of color #65FADA: hue angle of 167.11º 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 #65FADA is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 250 | 218 | - |
| CMYK | 0.60 | 0 | 0.13 | 0.02 |
| HSL | 167.11º | 0.94% | 0.69% | - |
| HSV(B) | 167.11º | 0.6% | 0.98% | - |
| XYZ | 52.21 | 76.2 | 78.29 | - |
| YUV | 201.8 | 137.14 | 56.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 250 | 218 | 0.60 | 0 | 0.13 | 0.02 | 167.11 | 0.94 | 0.69 |
| Hex | 65 | FA | DA | 3C | 0 | D | 2 | A7 | 5E | 45 |
| Octal | 145 | 372 | 332 | 74 | 0 | 15 | 2 | 247 | 136 | 105 |
| Binary | 1100101 | 11111010 | 11011010 | 111100 | 0 | 1101 | 10 | 10100111 | 1011110 | 1000101 |
Color Harmonies of #65FADA
Complementary color
Monochromatic Colors of #65FADA
Black with #65FADA
Text Example
Text Example
White with #65FADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FADA; }
p { color: rgb(101,250,218); }
H1.HeaderClassName
{
color: #65FADA;
}
.AnyTagClassName
{
color: #65FADA;
}
</style>
background-color css
<style>
a { background-color: #65FADA; }
a { background-color: rgb(101,250,218); }
div.DivClassName
{
background-color: #65FADA;
}
.BgClassName
{
background-color: #65FADA;
}
</style>
border-color css
<style>
span { border-color: #65FADA; }
span { border-color: rgb(101,250,218); }
td.TdClassName
{
border-color: #65FADA;
}
.TagClassName
{
border-color: #65FADA;
}
</style>