Shades of Aquamarine #65FFCF
Tints of Aquamarine #65FFCF
RGB
CMYK
RGB Variations
Color information
#65FFCF (or 0x65FFCF) is known color: Aquamarine. HEX triplet: 65, FF and CF. RGB value is (101,255,207). Sum of RGB (Red+Green+Blue) = 101+255+207=563 (74% of max value = 765). Red value is 101 (39.84% from 255 or 17.94% from 563); Green value is 255 (100% from 255 or 45.29% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 255 - color contains mainly: green. Hex color #65FFCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65FFCF is #9A0030. Grayscale: #CBCBCB. Windows color (decimal): -10092593 or 13631333. OLE color: 13631333.
HSL color Cylindrical-coordinate representation of color #65FFCF: hue angle of 161.3º 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 #65FFCF is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 255 | 207 | - |
| CMYK | 0.60 | 0 | 0.19 | 0 |
| HSL | 161.3º | 1% | 0.7% | - |
| HSV(B) | 161.3º | 0.6% | 1% | - |
| XYZ | 52.39 | 78.79 | 71.48 | - |
| YUV | 203.48 | 129.98 | 54.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 255 | 207 | 0.60 | 0 | 0.19 | 0 | 161.3 | 1 | 0.7 |
| Hex | 65 | FF | CF | 3C | 0 | 13 | 0 | A1 | 64 | 46 |
| Octal | 145 | 377 | 317 | 74 | 0 | 23 | 0 | 241 | 144 | 106 |
| Binary | 1100101 | 11111111 | 11001111 | 111100 | 0 | 10011 | 0 | 10100001 | 1100100 | 1000110 |
Color Harmonies of #65FFCF
Complementary color
Monochromatic Colors of #65FFCF
Black with #65FFCF
Text Example
Text Example
White with #65FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FFCF; }
p { color: rgb(101,255,207); }
H1.HeaderClassName
{
color: #65FFCF;
}
.AnyTagClassName
{
color: #65FFCF;
}
</style>
background-color css
<style>
a { background-color: #65FFCF; }
a { background-color: rgb(101,255,207); }
div.DivClassName
{
background-color: #65FFCF;
}
.BgClassName
{
background-color: #65FFCF;
}
</style>
border-color css
<style>
span { border-color: #65FFCF; }
span { border-color: rgb(101,255,207); }
td.TdClassName
{
border-color: #65FFCF;
}
.TagClassName
{
border-color: #65FFCF;
}
</style>