Shades of Aquamarine #65FFD2
Tints of Aquamarine #65FFD2
RGB
CMYK
RGB Variations
Color information
#65FFD2 (or 0x65FFD2) is known color: Aquamarine. HEX triplet: 65, FF and D2. RGB value is (101,255,210). Sum of RGB (Red+Green+Blue) = 101+255+210=566 (74% of max value = 765). Red value is 101 (39.84% from 255 or 17.84% from 566); Green value is 255 (100% from 255 or 45.05% from 566); Blue value is 210 (82.42% from 255 or 37.10% from 566); Max value from RGB is 255 - color contains mainly: green. Hex color #65FFD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65FFD2 is #9A002D. Grayscale: #CBCBCB. Windows color (decimal): -10092590 or 13827941. OLE color: 13827941.
HSL color Cylindrical-coordinate representation of color #65FFD2: hue angle of 162.47º 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 #65FFD2 is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 255 | 210 | - |
| CMYK | 0.60 | 0 | 0.18 | 0 |
| HSL | 162.47º | 1% | 0.7% | - |
| HSV(B) | 162.47º | 0.6% | 1% | - |
| XYZ | 52.76 | 78.94 | 73.43 | - |
| YUV | 203.82 | 131.48 | 54.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 255 | 210 | 0.60 | 0 | 0.18 | 0 | 162.47 | 1 | 0.7 |
| Hex | 65 | FF | D2 | 3C | 0 | 12 | 0 | A2 | 64 | 46 |
| Octal | 145 | 377 | 322 | 74 | 0 | 22 | 0 | 242 | 144 | 106 |
| Binary | 1100101 | 11111111 | 11010010 | 111100 | 0 | 10010 | 0 | 10100010 | 1100100 | 1000110 |
Color Harmonies of #65FFD2
Complementary color
Monochromatic Colors of #65FFD2
Black with #65FFD2
Text Example
Text Example
White with #65FFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FFD2; }
p { color: rgb(101,255,210); }
H1.HeaderClassName
{
color: #65FFD2;
}
.AnyTagClassName
{
color: #65FFD2;
}
</style>
background-color css
<style>
a { background-color: #65FFD2; }
a { background-color: rgb(101,255,210); }
div.DivClassName
{
background-color: #65FFD2;
}
.BgClassName
{
background-color: #65FFD2;
}
</style>
border-color css
<style>
span { border-color: #65FFD2; }
span { border-color: rgb(101,255,210); }
td.TdClassName
{
border-color: #65FFD2;
}
.TagClassName
{
border-color: #65FFD2;
}
</style>