Shades of Aquamarine #65F9DD
Tints of Aquamarine #65F9DD
RGB
CMYK
RGB Variations
Color information
#65F9DD (or 0x65F9DD) is known color: Aquamarine. HEX triplet: 65, F9 and DD. RGB value is (101,249,221). Sum of RGB (Red+Green+Blue) = 101+249+221=571 (75% of max value = 765). Red value is 101 (39.84% from 255 or 17.69% from 571); Green value is 249 (97.66% from 255 or 43.61% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 249 - color contains mainly: green. Hex color #65F9DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65F9DD is #9A0622. Grayscale: #C9C9C9. Windows color (decimal): -10094115 or 14547301. OLE color: 14547301.
HSL color Cylindrical-coordinate representation of color #65F9DD: hue angle of 168.65º 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 #65F9DD is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 249 | 221 | - |
| CMYK | 0.59 | 0 | 0.11 | 0.02 |
| HSL | 168.65º | 0.93% | 0.69% | - |
| HSV(B) | 168.65º | 0.59% | 0.98% | - |
| XYZ | 52.29 | 75.74 | 80.27 | - |
| YUV | 201.56 | 138.97 | 56.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 249 | 221 | 0.59 | 0 | 0.11 | 0.02 | 168.65 | 0.93 | 0.69 |
| Hex | 65 | F9 | DD | 3B | 0 | B | 2 | A9 | 5C | 45 |
| Octal | 145 | 371 | 335 | 73 | 0 | 13 | 2 | 251 | 134 | 105 |
| Binary | 1100101 | 11111001 | 11011101 | 111011 | 0 | 1011 | 10 | 10101001 | 1011100 | 1000101 |
Color Harmonies of #65F9DD
Complementary color
Monochromatic Colors of #65F9DD
Black with #65F9DD
Text Example
Text Example
White with #65F9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F9DD; }
p { color: rgb(101,249,221); }
H1.HeaderClassName
{
color: #65F9DD;
}
.AnyTagClassName
{
color: #65F9DD;
}
</style>
background-color css
<style>
a { background-color: #65F9DD; }
a { background-color: rgb(101,249,221); }
div.DivClassName
{
background-color: #65F9DD;
}
.BgClassName
{
background-color: #65F9DD;
}
</style>
border-color css
<style>
span { border-color: #65F9DD; }
span { border-color: rgb(101,249,221); }
td.TdClassName
{
border-color: #65F9DD;
}
.TagClassName
{
border-color: #65F9DD;
}
</style>