Shades of Aquamarine #65F7DB
Tints of Aquamarine #65F7DB
RGB
CMYK
RGB Variations
Color information
#65F7DB (or 0x65F7DB) is known color: Aquamarine. HEX triplet: 65, F7 and DB. RGB value is (101,247,219). Sum of RGB (Red+Green+Blue) = 101+247+219=567 (75% of max value = 765). Red value is 101 (39.84% from 255 or 17.81% from 567); Green value is 247 (96.88% from 255 or 43.56% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 247 - color contains mainly: green. Hex color #65F7DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65F7DB is #9A0824. Grayscale: #C8C8C8. Windows color (decimal): -10094629 or 14415717. OLE color: 14415717.
HSL color Cylindrical-coordinate representation of color #65F7DB: hue angle of 168.49º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65F7DB is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 101 | 247 | 219 | - |
| CMYK | 0.59 | 0 | 0.11 | 0.03 |
| HSL | 168.49º | 0.9% | 0.68% | - |
| HSV(B) | 168.49º | 0.59% | 0.97% | - |
| XYZ | 51.41 | 74.4 | 78.67 | - |
| YUV | 200.15 | 138.63 | 57.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 247 | 219 | 0.59 | 0 | 0.11 | 0.03 | 168.49 | 0.9 | 0.68 |
| Hex | 65 | F7 | DB | 3B | 0 | B | 3 | A8 | 5A | 44 |
| Octal | 145 | 367 | 333 | 73 | 0 | 13 | 3 | 250 | 132 | 104 |
| Binary | 1100101 | 11110111 | 11011011 | 111011 | 0 | 1011 | 11 | 10101000 | 1011010 | 1000100 |
Color Harmonies of #65F7DB
Complementary color
Monochromatic Colors of #65F7DB
Black with #65F7DB
Text Example
Text Example
White with #65F7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F7DB; }
p { color: rgb(101,247,219); }
H1.HeaderClassName
{
color: #65F7DB;
}
.AnyTagClassName
{
color: #65F7DB;
}
</style>
background-color css
<style>
a { background-color: #65F7DB; }
a { background-color: rgb(101,247,219); }
div.DivClassName
{
background-color: #65F7DB;
}
.BgClassName
{
background-color: #65F7DB;
}
</style>
border-color css
<style>
span { border-color: #65F7DB; }
span { border-color: rgb(101,247,219); }
td.TdClassName
{
border-color: #65F7DB;
}
.TagClassName
{
border-color: #65F7DB;
}
</style>