Shades of Aquamarine #65FEC9
Tints of Aquamarine #65FEC9
RGB
CMYK
RGB Variations
Color information
#65FEC9 (or 0x65FEC9) is known color: Aquamarine. HEX triplet: 65, FE and C9. RGB value is (101,254,201). Sum of RGB (Red+Green+Blue) = 101+254+201=556 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.17% from 556); Green value is 254 (99.61% from 255 or 45.68% from 556); Blue value is 201 (78.91% from 255 or 36.15% from 556); Max value from RGB is 254 - color contains mainly: green. Hex color #65FEC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65FEC9 is #9A0136. Grayscale: #CACACA. Windows color (decimal): -10092855 or 13237861. OLE color: 13237861.
HSL color Cylindrical-coordinate representation of color #65FEC9: hue angle of 159.22º 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 #65FEC9 is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 254 | 201 | - |
| CMYK | 0.60 | 0 | 0.21 | 0.00 |
| HSL | 159.22º | 0.99% | 0.7% | - |
| HSV(B) | 159.22º | 0.6% | 1% | - |
| XYZ | 51.35 | 77.87 | 67.58 | - |
| YUV | 202.21 | 127.31 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 254 | 201 | 0.60 | 0 | 0.21 | 0.00 | 159.22 | 0.99 | 0.7 |
| Hex | 65 | FE | C9 | 3C | 0 | 15 | 0 | 9F | 63 | 46 |
| Octal | 145 | 376 | 311 | 74 | 0 | 25 | 0 | 237 | 143 | 106 |
| Binary | 1100101 | 11111110 | 11001001 | 111100 | 0 | 10101 | 0 | 10011111 | 1100011 | 1000110 |
Color Harmonies of #65FEC9
Complementary color
Monochromatic Colors of #65FEC9
Black with #65FEC9
Text Example
Text Example
White with #65FEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FEC9; }
p { color: rgb(101,254,201); }
H1.HeaderClassName
{
color: #65FEC9;
}
.AnyTagClassName
{
color: #65FEC9;
}
</style>
background-color css
<style>
a { background-color: #65FEC9; }
a { background-color: rgb(101,254,201); }
div.DivClassName
{
background-color: #65FEC9;
}
.BgClassName
{
background-color: #65FEC9;
}
</style>
border-color css
<style>
span { border-color: #65FEC9; }
span { border-color: rgb(101,254,201); }
td.TdClassName
{
border-color: #65FEC9;
}
.TagClassName
{
border-color: #65FEC9;
}
</style>