Shades of Aquamarine #65FDB9
Tints of Aquamarine #65FDB9
RGB
CMYK
RGB Variations
Color information
#65FDB9 (or 0x65FDB9) is known color: Aquamarine. HEX triplet: 65, FD and B9. RGB value is (101,253,185). Sum of RGB (Red+Green+Blue) = 101+253+185=539 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.74% from 539); Green value is 253 (99.22% from 255 or 46.94% from 539); Blue value is 185 (72.66% from 255 or 34.32% from 539); Max value from RGB is 253 - color contains mainly: green. Hex color #65FDB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65FDB9 is #9A0246. Grayscale: #C7C7C7. Windows color (decimal): -10093127 or 12189029. OLE color: 12189029.
HSL color Cylindrical-coordinate representation of color #65FDB9: hue angle of 153.16º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FDB9 is Cyan = 0.60, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 253 | 185 | - |
| CMYK | 0.60 | 0 | 0.27 | 0.01 |
| HSL | 153.16º | 0.97% | 0.69% | - |
| HSV(B) | 153.16º | 0.6% | 0.99% | - |
| XYZ | 49.25 | 76.52 | 58.07 | - |
| YUV | 199.8 | 119.64 | 57.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 253 | 185 | 0.60 | 0 | 0.27 | 0.01 | 153.16 | 0.97 | 0.69 |
| Hex | 65 | FD | B9 | 3C | 0 | 1B | 1 | 99 | 61 | 45 |
| Octal | 145 | 375 | 271 | 74 | 0 | 33 | 1 | 231 | 141 | 105 |
| Binary | 1100101 | 11111101 | 10111001 | 111100 | 0 | 11011 | 1 | 10011001 | 1100001 | 1000101 |
Color Harmonies of #65FDB9
Complementary color
Monochromatic Colors of #65FDB9
Black with #65FDB9
Text Example
Text Example
White with #65FDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FDB9; }
p { color: rgb(101,253,185); }
H1.HeaderClassName
{
color: #65FDB9;
}
.AnyTagClassName
{
color: #65FDB9;
}
</style>
background-color css
<style>
a { background-color: #65FDB9; }
a { background-color: rgb(101,253,185); }
div.DivClassName
{
background-color: #65FDB9;
}
.BgClassName
{
background-color: #65FDB9;
}
</style>
border-color css
<style>
span { border-color: #65FDB9; }
span { border-color: rgb(101,253,185); }
td.TdClassName
{
border-color: #65FDB9;
}
.TagClassName
{
border-color: #65FDB9;
}
</style>