Shades of Medium Aquamarine #65C99C
Tints of Medium Aquamarine #65C99C
RGB
CMYK
RGB Variations
Color information
#65C99C (or 0x65C99C) is known color: Medium Aquamarine. HEX triplet: 65, C9 and 9C. RGB value is (101,201,156). Sum of RGB (Red+Green+Blue) = 101+201+156=458 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.05% from 458); Green value is 201 (78.91% from 255 or 43.89% from 458); Blue value is 156 (61.33% from 255 or 34.06% from 458); Max value from RGB is 201 - color contains mainly: green. Hex color #65C99C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65C99C is #9A3663. Grayscale: #A6A6A6. Windows color (decimal): -10106468 or 10275173. OLE color: 10275173.
HSL color Cylindrical-coordinate representation of color #65C99C: hue angle of 153º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65C99C is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 201 | 156 | - |
| CMYK | 0.50 | 0 | 0.22 | 0.21 |
| HSL | 153º | 0.48% | 0.59% | - |
| HSV(B) | 153º | 0.5% | 0.79% | - |
| XYZ | 32.25 | 46.94 | 38.81 | - |
| YUV | 165.97 | 122.37 | 81.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 201 | 156 | 0.50 | 0 | 0.22 | 0.21 | 153 | 0.48 | 0.59 |
| Hex | 65 | C9 | 9C | 32 | 0 | 16 | 15 | 99 | 30 | 3B |
| Octal | 145 | 311 | 234 | 62 | 0 | 26 | 25 | 231 | 60 | 73 |
| Binary | 1100101 | 11001001 | 10011100 | 110010 | 0 | 10110 | 10101 | 10011001 | 110000 | 111011 |
Color Harmonies of #65C99C
Complementary color
Monochromatic Colors of #65C99C
Black with #65C99C
Text Example
Text Example
White with #65C99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C99C; }
p { color: rgb(101,201,156); }
H1.HeaderClassName
{
color: #65C99C;
}
.AnyTagClassName
{
color: #65C99C;
}
</style>
background-color css
<style>
a { background-color: #65C99C; }
a { background-color: rgb(101,201,156); }
div.DivClassName
{
background-color: #65C99C;
}
.BgClassName
{
background-color: #65C99C;
}
</style>
border-color css
<style>
span { border-color: #65C99C; }
span { border-color: rgb(101,201,156); }
td.TdClassName
{
border-color: #65C99C;
}
.TagClassName
{
border-color: #65C99C;
}
</style>