Shades of Aquamarine #65FFC9
Tints of Aquamarine #65FFC9
RGB
CMYK
RGB Variations
Color information
#65FFC9 (or 0x65FFC9) is known color: Aquamarine. HEX triplet: 65, FF and C9. RGB value is (101,255,201). Sum of RGB (Red+Green+Blue) = 101+255+201=557 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.13% from 557); Green value is 255 (100% from 255 or 45.78% from 557); Blue value is 201 (78.91% from 255 or 36.09% from 557); Max value from RGB is 255 - color contains mainly: green. Hex color #65FFC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65FFC9 is #9A0036. Grayscale: #CACACA. Windows color (decimal): -10092599 or 13238117. OLE color: 13238117.
HSL color Cylindrical-coordinate representation of color #65FFC9: hue angle of 158.96º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FFC9 is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 255 | 201 | - |
| CMYK | 0.60 | 0 | 0.21 | 0 |
| HSL | 158.96º | 1% | 0.7% | - |
| HSV(B) | 158.96º | 0.6% | 1% | - |
| XYZ | 51.67 | 78.5 | 67.69 | - |
| YUV | 202.8 | 126.98 | 55.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 255 | 201 | 0.60 | 0 | 0.21 | 0 | 158.96 | 1 | 0.7 |
| Hex | 65 | FF | C9 | 3C | 0 | 15 | 0 | 9F | 64 | 46 |
| Octal | 145 | 377 | 311 | 74 | 0 | 25 | 0 | 237 | 144 | 106 |
| Binary | 1100101 | 11111111 | 11001001 | 111100 | 0 | 10101 | 0 | 10011111 | 1100100 | 1000110 |
Color Harmonies of #65FFC9
Complementary color
Monochromatic Colors of #65FFC9
Black with #65FFC9
Text Example
Text Example
White with #65FFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FFC9; }
p { color: rgb(101,255,201); }
H1.HeaderClassName
{
color: #65FFC9;
}
.AnyTagClassName
{
color: #65FFC9;
}
</style>
background-color css
<style>
a { background-color: #65FFC9; }
a { background-color: rgb(101,255,201); }
div.DivClassName
{
background-color: #65FFC9;
}
.BgClassName
{
background-color: #65FFC9;
}
</style>
border-color css
<style>
span { border-color: #65FFC9; }
span { border-color: rgb(101,255,201); }
td.TdClassName
{
border-color: #65FFC9;
}
.TagClassName
{
border-color: #65FFC9;
}
</style>