Shades of Medium Aquamarine #65CF9F
Tints of Medium Aquamarine #65CF9F
RGB
CMYK
RGB Variations
Color information
#65CF9F (or 0x65CF9F) is known color: Medium Aquamarine. HEX triplet: 65, CF and 9F. RGB value is (101,207,159). Sum of RGB (Red+Green+Blue) = 101+207+159=467 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.63% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 159 (62.5% from 255 or 34.05% from 467); Max value from RGB is 207 - color contains mainly: green. Hex color #65CF9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65CF9F is #9A3060. Grayscale: #A9A9A9. Windows color (decimal): -10104929 or 10473317. OLE color: 10473317.
HSL color Cylindrical-coordinate representation of color #65CF9F: hue angle of 152.83º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65CF9F is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 207 | 159 | - |
| CMYK | 0.51 | 0 | 0.23 | 0.19 |
| HSL | 152.83º | 0.52% | 0.6% | - |
| HSV(B) | 152.83º | 0.51% | 0.81% | - |
| XYZ | 33.94 | 49.9 | 40.64 | - |
| YUV | 169.83 | 121.88 | 78.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 207 | 159 | 0.51 | 0 | 0.23 | 0.19 | 152.83 | 0.52 | 0.6 |
| Hex | 65 | CF | 9F | 33 | 0 | 17 | 13 | 99 | 34 | 3C |
| Octal | 145 | 317 | 237 | 63 | 0 | 27 | 23 | 231 | 64 | 74 |
| Binary | 1100101 | 11001111 | 10011111 | 110011 | 0 | 10111 | 10011 | 10011001 | 110100 | 111100 |
Color Harmonies of #65CF9F
Complementary color
Monochromatic Colors of #65CF9F
Black with #65CF9F
Text Example
Text Example
White with #65CF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CF9F; }
p { color: rgb(101,207,159); }
H1.HeaderClassName
{
color: #65CF9F;
}
.AnyTagClassName
{
color: #65CF9F;
}
</style>
background-color css
<style>
a { background-color: #65CF9F; }
a { background-color: rgb(101,207,159); }
div.DivClassName
{
background-color: #65CF9F;
}
.BgClassName
{
background-color: #65CF9F;
}
</style>
border-color css
<style>
span { border-color: #65CF9F; }
span { border-color: rgb(101,207,159); }
td.TdClassName
{
border-color: #65CF9F;
}
.TagClassName
{
border-color: #65CF9F;
}
</style>