Shades of Aquamarine #65FFDD
Tints of Aquamarine #65FFDD
RGB
CMYK
RGB Variations
Color information
#65FFDD (or 0x65FFDD) is known color: Aquamarine. HEX triplet: 65, FF and DD. RGB value is (101,255,221). Sum of RGB (Red+Green+Blue) = 101+255+221=577 (76% of max value = 765). Red value is 101 (39.84% from 255 or 17.50% from 577); Green value is 255 (100% from 255 or 44.19% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 255 - color contains mainly: green. Hex color #65FFDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65FFDD is #9A0022. Grayscale: #CDCDCD. Windows color (decimal): -10092579 or 14548837. OLE color: 14548837.
HSL color Cylindrical-coordinate representation of color #65FFDD: hue angle of 166.75º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FFDD is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 255 | 221 | - |
| CMYK | 0.60 | 0 | 0.13 | 0 |
| HSL | 166.75º | 1% | 0.7% | - |
| HSV(B) | 166.75º | 0.6% | 1% | - |
| XYZ | 54.18 | 79.51 | 80.9 | - |
| YUV | 205.08 | 136.98 | 53.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 255 | 221 | 0.60 | 0 | 0.13 | 0 | 166.75 | 1 | 0.7 |
| Hex | 65 | FF | DD | 3C | 0 | D | 0 | A7 | 64 | 46 |
| Octal | 145 | 377 | 335 | 74 | 0 | 15 | 0 | 247 | 144 | 106 |
| Binary | 1100101 | 11111111 | 11011101 | 111100 | 0 | 1101 | 0 | 10100111 | 1100100 | 1000110 |
Color Harmonies of #65FFDD
Complementary color
Monochromatic Colors of #65FFDD
Black with #65FFDD
Text Example
Text Example
White with #65FFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FFDD; }
p { color: rgb(101,255,221); }
H1.HeaderClassName
{
color: #65FFDD;
}
.AnyTagClassName
{
color: #65FFDD;
}
</style>
background-color css
<style>
a { background-color: #65FFDD; }
a { background-color: rgb(101,255,221); }
div.DivClassName
{
background-color: #65FFDD;
}
.BgClassName
{
background-color: #65FFDD;
}
</style>
border-color css
<style>
span { border-color: #65FFDD; }
span { border-color: rgb(101,255,221); }
td.TdClassName
{
border-color: #65FFDD;
}
.TagClassName
{
border-color: #65FFDD;
}
</style>