Shades of Medium Aquamarine #65CFA1
Tints of Medium Aquamarine #65CFA1
RGB
CMYK
RGB Variations
Color information
#65CFA1 (or 0x65CFA1) is known color: Medium Aquamarine. HEX triplet: 65, CF and A1. RGB value is (101,207,161). Sum of RGB (Red+Green+Blue) = 101+207+161=469 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.54% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 161 (63.28% from 255 or 34.33% from 469); Max value from RGB is 207 - color contains mainly: green. Hex color #65CFA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65CFA1 is #9A305E. Grayscale: #AAAAAA. Windows color (decimal): -10104927 or 10604389. OLE color: 10604389.
HSL color Cylindrical-coordinate representation of color #65CFA1: hue angle of 153.96º 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 #65CFA1 is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 207 | 161 | - |
| CMYK | 0.51 | 0 | 0.22 | 0.19 |
| HSL | 153.96º | 0.52% | 0.6% | - |
| HSV(B) | 153.96º | 0.51% | 0.81% | - |
| XYZ | 34.11 | 49.97 | 41.56 | - |
| YUV | 170.06 | 122.88 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 207 | 161 | 0.51 | 0 | 0.22 | 0.19 | 153.96 | 0.52 | 0.6 |
| Hex | 65 | CF | A1 | 33 | 0 | 16 | 13 | 9A | 34 | 3C |
| Octal | 145 | 317 | 241 | 63 | 0 | 26 | 23 | 232 | 64 | 74 |
| Binary | 1100101 | 11001111 | 10100001 | 110011 | 0 | 10110 | 10011 | 10011010 | 110100 | 111100 |
Color Harmonies of #65CFA1
Complementary color
Monochromatic Colors of #65CFA1
Black with #65CFA1
Text Example
Text Example
White with #65CFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CFA1; }
p { color: rgb(101,207,161); }
H1.HeaderClassName
{
color: #65CFA1;
}
.AnyTagClassName
{
color: #65CFA1;
}
</style>
background-color css
<style>
a { background-color: #65CFA1; }
a { background-color: rgb(101,207,161); }
div.DivClassName
{
background-color: #65CFA1;
}
.BgClassName
{
background-color: #65CFA1;
}
</style>
border-color css
<style>
span { border-color: #65CFA1; }
span { border-color: rgb(101,207,161); }
td.TdClassName
{
border-color: #65CFA1;
}
.TagClassName
{
border-color: #65CFA1;
}
</style>