Shades of Aquamarine #65F9DB
Tints of Aquamarine #65F9DB
RGB
CMYK
RGB Variations
Color information
#65F9DB (or 0x65F9DB) is known color: Aquamarine. HEX triplet: 65, F9 and DB. RGB value is (101,249,219). Sum of RGB (Red+Green+Blue) = 101+249+219=569 (75% of max value = 765). Red value is 101 (39.84% from 255 or 17.75% from 569); Green value is 249 (97.66% from 255 or 43.76% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 249 - color contains mainly: green. Hex color #65F9DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65F9DB is #9A0624. Grayscale: #C9C9C9. Windows color (decimal): -10094117 or 14416229. OLE color: 14416229.
HSL color Cylindrical-coordinate representation of color #65F9DB: hue angle of 167.84º 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 #65F9DB is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 249 | 219 | - |
| CMYK | 0.59 | 0 | 0.12 | 0.02 |
| HSL | 167.84º | 0.93% | 0.69% | - |
| HSV(B) | 167.84º | 0.59% | 0.98% | - |
| XYZ | 52.03 | 75.63 | 78.87 | - |
| YUV | 201.33 | 137.97 | 56.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 249 | 219 | 0.59 | 0 | 0.12 | 0.02 | 167.84 | 0.93 | 0.69 |
| Hex | 65 | F9 | DB | 3B | 0 | C | 2 | A8 | 5C | 45 |
| Octal | 145 | 371 | 333 | 73 | 0 | 14 | 2 | 250 | 134 | 105 |
| Binary | 1100101 | 11111001 | 11011011 | 111011 | 0 | 1100 | 10 | 10101000 | 1011100 | 1000101 |
Color Harmonies of #65F9DB
Complementary color
Monochromatic Colors of #65F9DB
Black with #65F9DB
Text Example
Text Example
White with #65F9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F9DB; }
p { color: rgb(101,249,219); }
H1.HeaderClassName
{
color: #65F9DB;
}
.AnyTagClassName
{
color: #65F9DB;
}
</style>
background-color css
<style>
a { background-color: #65F9DB; }
a { background-color: rgb(101,249,219); }
div.DivClassName
{
background-color: #65F9DB;
}
.BgClassName
{
background-color: #65F9DB;
}
</style>
border-color css
<style>
span { border-color: #65F9DB; }
span { border-color: rgb(101,249,219); }
td.TdClassName
{
border-color: #65F9DB;
}
.TagClassName
{
border-color: #65F9DB;
}
</style>