Shades of Aquamarine #65FEDB
Tints of Aquamarine #65FEDB
RGB
CMYK
RGB Variations
Color information
#65FEDB (or 0x65FEDB) is known color: Aquamarine. HEX triplet: 65, FE and DB. RGB value is (101,254,219). Sum of RGB (Red+Green+Blue) = 101+254+219=574 (76% of max value = 765). Red value is 101 (39.84% from 255 or 17.60% from 574); Green value is 254 (99.61% from 255 or 44.25% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 254 - color contains mainly: green. Hex color #65FEDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65FEDB is #9A0124. Grayscale: #CCCCCC. Windows color (decimal): -10092837 or 14417509. OLE color: 14417509.
HSL color Cylindrical-coordinate representation of color #65FEDB: hue angle of 166.27º 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 #65FEDB is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 254 | 219 | - |
| CMYK | 0.60 | 0 | 0.14 | 0.00 |
| HSL | 166.27º | 0.99% | 0.7% | - |
| HSV(B) | 166.27º | 0.6% | 1% | - |
| XYZ | 53.59 | 78.76 | 79.4 | - |
| YUV | 204.26 | 136.31 | 54.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 254 | 219 | 0.60 | 0 | 0.14 | 0.00 | 166.27 | 0.99 | 0.7 |
| Hex | 65 | FE | DB | 3C | 0 | E | 0 | A6 | 63 | 46 |
| Octal | 145 | 376 | 333 | 74 | 0 | 16 | 0 | 246 | 143 | 106 |
| Binary | 1100101 | 11111110 | 11011011 | 111100 | 0 | 1110 | 0 | 10100110 | 1100011 | 1000110 |
Color Harmonies of #65FEDB
Complementary color
Monochromatic Colors of #65FEDB
Black with #65FEDB
Text Example
Text Example
White with #65FEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FEDB; }
p { color: rgb(101,254,219); }
H1.HeaderClassName
{
color: #65FEDB;
}
.AnyTagClassName
{
color: #65FEDB;
}
</style>
background-color css
<style>
a { background-color: #65FEDB; }
a { background-color: rgb(101,254,219); }
div.DivClassName
{
background-color: #65FEDB;
}
.BgClassName
{
background-color: #65FEDB;
}
</style>
border-color css
<style>
span { border-color: #65FEDB; }
span { border-color: rgb(101,254,219); }
td.TdClassName
{
border-color: #65FEDB;
}
.TagClassName
{
border-color: #65FEDB;
}
</style>