Shades of Medium Aquamarine #65D09C
Tints of Medium Aquamarine #65D09C
RGB
CMYK
RGB Variations
Color information
#65D09C (or 0x65D09C) is known color: Medium Aquamarine. HEX triplet: 65, D0 and 9C. RGB value is (101,208,156). Sum of RGB (Red+Green+Blue) = 101+208+156=465 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.72% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 208 - color contains mainly: green. Hex color #65D09C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65D09C is #9A2F63. Grayscale: #AAAAAA. Windows color (decimal): -10104676 or 10276965. OLE color: 10276965.
HSL color Cylindrical-coordinate representation of color #65D09C: hue angle of 150.84º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65D09C is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 208 | 156 | - |
| CMYK | 0.51 | 0 | 0.25 | 0.18 |
| HSL | 150.84º | 0.53% | 0.61% | - |
| HSV(B) | 150.84º | 0.51% | 0.82% | - |
| XYZ | 33.92 | 50.28 | 39.37 | - |
| YUV | 170.08 | 120.05 | 78.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 208 | 156 | 0.51 | 0 | 0.25 | 0.18 | 150.84 | 0.53 | 0.61 |
| Hex | 65 | D0 | 9C | 33 | 0 | 19 | 12 | 97 | 35 | 3D |
| Octal | 145 | 320 | 234 | 63 | 0 | 31 | 22 | 227 | 65 | 75 |
| Binary | 1100101 | 11010000 | 10011100 | 110011 | 0 | 11001 | 10010 | 10010111 | 110101 | 111101 |
Color Harmonies of #65D09C
Complementary color
Monochromatic Colors of #65D09C
Black with #65D09C
Text Example
Text Example
White with #65D09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D09C; }
p { color: rgb(101,208,156); }
H1.HeaderClassName
{
color: #65D09C;
}
.AnyTagClassName
{
color: #65D09C;
}
</style>
background-color css
<style>
a { background-color: #65D09C; }
a { background-color: rgb(101,208,156); }
div.DivClassName
{
background-color: #65D09C;
}
.BgClassName
{
background-color: #65D09C;
}
</style>
border-color css
<style>
span { border-color: #65D09C; }
span { border-color: rgb(101,208,156); }
td.TdClassName
{
border-color: #65D09C;
}
.TagClassName
{
border-color: #65D09C;
}
</style>