Shades of Aquamarine #65FEDD
Tints of Aquamarine #65FEDD
RGB
CMYK
RGB Variations
Color information
#65FEDD (or 0x65FEDD) is known color: Aquamarine. HEX triplet: 65, FE and DD. RGB value is (101,254,221). Sum of RGB (Red+Green+Blue) = 101+254+221=576 (76% of max value = 765). Red value is 101 (39.84% from 255 or 17.53% from 576); Green value is 254 (99.61% from 255 or 44.10% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 254 - color contains mainly: green. Hex color #65FEDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65FEDD is #9A0122. Grayscale: #CCCCCC. Windows color (decimal): -10092835 or 14548581. OLE color: 14548581.
HSL color Cylindrical-coordinate representation of color #65FEDD: hue angle of 167.06º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FEDD is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 254 | 221 | - |
| CMYK | 0.60 | 0 | 0.13 | 0.00 |
| HSL | 167.06º | 0.99% | 0.7% | - |
| HSV(B) | 167.06º | 0.6% | 1% | - |
| XYZ | 53.86 | 78.87 | 80.79 | - |
| YUV | 204.49 | 137.31 | 54.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 254 | 221 | 0.60 | 0 | 0.13 | 0.00 | 167.06 | 0.99 | 0.7 |
| Hex | 65 | FE | DD | 3C | 0 | D | 0 | A7 | 63 | 46 |
| Octal | 145 | 376 | 335 | 74 | 0 | 15 | 0 | 247 | 143 | 106 |
| Binary | 1100101 | 11111110 | 11011101 | 111100 | 0 | 1101 | 0 | 10100111 | 1100011 | 1000110 |
Color Harmonies of #65FEDD
Complementary color
Monochromatic Colors of #65FEDD
Black with #65FEDD
Text Example
Text Example
White with #65FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FEDD; }
p { color: rgb(101,254,221); }
H1.HeaderClassName
{
color: #65FEDD;
}
.AnyTagClassName
{
color: #65FEDD;
}
</style>
background-color css
<style>
a { background-color: #65FEDD; }
a { background-color: rgb(101,254,221); }
div.DivClassName
{
background-color: #65FEDD;
}
.BgClassName
{
background-color: #65FEDD;
}
</style>
border-color css
<style>
span { border-color: #65FEDD; }
span { border-color: rgb(101,254,221); }
td.TdClassName
{
border-color: #65FEDD;
}
.TagClassName
{
border-color: #65FEDD;
}
</style>