Shades of Aquamarine #65F6DF
Tints of Aquamarine #65F6DF
RGB
CMYK
RGB Variations
Color information
#65F6DF (or 0x65F6DF) is known color: Aquamarine. HEX triplet: 65, F6 and DF. RGB value is (101,246,223). Sum of RGB (Red+Green+Blue) = 101+246+223=570 (75% of max value = 765). Red value is 101 (39.84% from 255 or 17.72% from 570); Green value is 246 (96.48% from 255 or 43.16% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 246 - color contains mainly: green. Hex color #65F6DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65F6DF is #9A0920. Grayscale: #C7C7C7. Windows color (decimal): -10094881 or 14677605. OLE color: 14677605.
HSL color Cylindrical-coordinate representation of color #65F6DF: hue angle of 170.48º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65F6DF is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 101 | 246 | 223 | - |
| CMYK | 0.59 | 0 | 0.09 | 0.04 |
| HSL | 170.48º | 0.89% | 0.68% | - |
| HSV(B) | 170.48º | 0.59% | 0.96% | - |
| XYZ | 51.64 | 74.01 | 81.37 | - |
| YUV | 200.02 | 140.96 | 57.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 246 | 223 | 0.59 | 0 | 0.09 | 0.04 | 170.48 | 0.89 | 0.68 |
| Hex | 65 | F6 | DF | 3B | 0 | 9 | 4 | AA | 59 | 44 |
| Octal | 145 | 366 | 337 | 73 | 0 | 11 | 4 | 252 | 131 | 104 |
| Binary | 1100101 | 11110110 | 11011111 | 111011 | 0 | 1001 | 100 | 10101010 | 1011001 | 1000100 |
Color Harmonies of #65F6DF
Complementary color
Monochromatic Colors of #65F6DF
Black with #65F6DF
Text Example
Text Example
White with #65F6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F6DF; }
p { color: rgb(101,246,223); }
H1.HeaderClassName
{
color: #65F6DF;
}
.AnyTagClassName
{
color: #65F6DF;
}
</style>
background-color css
<style>
a { background-color: #65F6DF; }
a { background-color: rgb(101,246,223); }
div.DivClassName
{
background-color: #65F6DF;
}
.BgClassName
{
background-color: #65F6DF;
}
</style>
border-color css
<style>
span { border-color: #65F6DF; }
span { border-color: rgb(101,246,223); }
td.TdClassName
{
border-color: #65F6DF;
}
.TagClassName
{
border-color: #65F6DF;
}
</style>