Shades of Medium Aquamarine #65CB9F
Tints of Medium Aquamarine #65CB9F
RGB
CMYK
RGB Variations
Color information
#65CB9F (or 0x65CB9F) is known color: Medium Aquamarine. HEX triplet: 65, CB and 9F. RGB value is (101,203,159). Sum of RGB (Red+Green+Blue) = 101+203+159=463 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.81% from 463); Green value is 203 (79.69% from 255 or 43.84% from 463); Blue value is 159 (62.5% from 255 or 34.34% from 463); Max value from RGB is 203 - color contains mainly: green. Hex color #65CB9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65CB9F is #9A3460. Grayscale: #A7A7A7. Windows color (decimal): -10105953 or 10472293. OLE color: 10472293.
HSL color Cylindrical-coordinate representation of color #65CB9F: hue angle of 154.12º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65CB9F is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 203 | 159 | - |
| CMYK | 0.50 | 0 | 0.22 | 0.20 |
| HSL | 154.12º | 0.5% | 0.6% | - |
| HSV(B) | 154.12º | 0.5% | 0.8% | - |
| XYZ | 32.98 | 47.98 | 40.32 | - |
| YUV | 167.49 | 123.21 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 203 | 159 | 0.50 | 0 | 0.22 | 0.20 | 154.12 | 0.5 | 0.6 |
| Hex | 65 | CB | 9F | 32 | 0 | 16 | 14 | 9A | 32 | 3C |
| Octal | 145 | 313 | 237 | 62 | 0 | 26 | 24 | 232 | 62 | 74 |
| Binary | 1100101 | 11001011 | 10011111 | 110010 | 0 | 10110 | 10100 | 10011010 | 110010 | 111100 |
Color Harmonies of #65CB9F
Complementary color
Monochromatic Colors of #65CB9F
Black with #65CB9F
Text Example
Text Example
White with #65CB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CB9F; }
p { color: rgb(101,203,159); }
H1.HeaderClassName
{
color: #65CB9F;
}
.AnyTagClassName
{
color: #65CB9F;
}
</style>
background-color css
<style>
a { background-color: #65CB9F; }
a { background-color: rgb(101,203,159); }
div.DivClassName
{
background-color: #65CB9F;
}
.BgClassName
{
background-color: #65CB9F;
}
</style>
border-color css
<style>
span { border-color: #65CB9F; }
span { border-color: rgb(101,203,159); }
td.TdClassName
{
border-color: #65CB9F;
}
.TagClassName
{
border-color: #65CB9F;
}
</style>