Shades of Medium Aquamarine #65F99D
Tints of Medium Aquamarine #65F99D
RGB
CMYK
RGB Variations
Color information
#65F99D (or 0x65F99D) is known color: Medium Aquamarine. HEX triplet: 65, F9 and 9D. RGB value is (101,249,157). Sum of RGB (Red+Green+Blue) = 101+249+157=507 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.92% from 507); Green value is 249 (97.66% from 255 or 49.11% from 507); Blue value is 157 (61.72% from 255 or 30.97% from 507); Max value from RGB is 249 - color contains mainly: green. Hex color #65F99D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65F99D is #9A0662. Grayscale: #C2C2C2. Windows color (decimal): -10094179 or 10352997. OLE color: 10352997.
HSL color Cylindrical-coordinate representation of color #65F99D: hue angle of 142.7º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65F99D is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 249 | 157 | - |
| CMYK | 0.59 | 0 | 0.37 | 0.02 |
| HSL | 142.7º | 0.93% | 0.69% | - |
| HSV(B) | 142.7º | 0.59% | 0.98% | - |
| XYZ | 45.33 | 72.95 | 43.59 | - |
| YUV | 194.26 | 106.97 | 61.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 249 | 157 | 0.59 | 0 | 0.37 | 0.02 | 142.7 | 0.93 | 0.69 |
| Hex | 65 | F9 | 9D | 3B | 0 | 25 | 2 | 8F | 5C | 45 |
| Octal | 145 | 371 | 235 | 73 | 0 | 45 | 2 | 217 | 134 | 105 |
| Binary | 1100101 | 11111001 | 10011101 | 111011 | 0 | 100101 | 10 | 10001111 | 1011100 | 1000101 |
Color Harmonies of #65F99D
Complementary color
Monochromatic Colors of #65F99D
Black with #65F99D
Text Example
Text Example
White with #65F99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F99D; }
p { color: rgb(101,249,157); }
H1.HeaderClassName
{
color: #65F99D;
}
.AnyTagClassName
{
color: #65F99D;
}
</style>
background-color css
<style>
a { background-color: #65F99D; }
a { background-color: rgb(101,249,157); }
div.DivClassName
{
background-color: #65F99D;
}
.BgClassName
{
background-color: #65F99D;
}
</style>
border-color css
<style>
span { border-color: #65F99D; }
span { border-color: rgb(101,249,157); }
td.TdClassName
{
border-color: #65F99D;
}
.TagClassName
{
border-color: #65F99D;
}
</style>