Shades of Medium Aquamarine #65F89C
Tints of Medium Aquamarine #65F89C
RGB
CMYK
RGB Variations
Color information
#65F89C (or 0x65F89C) is known color: Medium Aquamarine. HEX triplet: 65, F8 and 9C. RGB value is (101,248,156). Sum of RGB (Red+Green+Blue) = 101+248+156=505 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20% from 505); Green value is 248 (97.27% from 255 or 49.11% from 505); Blue value is 156 (61.33% from 255 or 30.89% from 505); Max value from RGB is 248 - color contains mainly: green. Hex color #65F89C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65F89C is #9A0763. Grayscale: #C1C1C1. Windows color (decimal): -10094436 or 10287205. OLE color: 10287205.
HSL color Cylindrical-coordinate representation of color #65F89C: hue angle of 142.45º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65F89C is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 101 | 248 | 156 | - |
| CMYK | 0.59 | 0 | 0.37 | 0.03 |
| HSL | 142.45º | 0.91% | 0.68% | - |
| HSV(B) | 142.45º | 0.59% | 0.97% | - |
| XYZ | 44.93 | 72.3 | 43.04 | - |
| YUV | 193.56 | 106.8 | 61.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 248 | 156 | 0.59 | 0 | 0.37 | 0.03 | 142.45 | 0.91 | 0.68 |
| Hex | 65 | F8 | 9C | 3B | 0 | 25 | 3 | 8E | 5B | 44 |
| Octal | 145 | 370 | 234 | 73 | 0 | 45 | 3 | 216 | 133 | 104 |
| Binary | 1100101 | 11111000 | 10011100 | 111011 | 0 | 100101 | 11 | 10001110 | 1011011 | 1000100 |
Color Harmonies of #65F89C
Complementary color
Monochromatic Colors of #65F89C
Black with #65F89C
Text Example
Text Example
White with #65F89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F89C; }
p { color: rgb(101,248,156); }
H1.HeaderClassName
{
color: #65F89C;
}
.AnyTagClassName
{
color: #65F89C;
}
</style>
background-color css
<style>
a { background-color: #65F89C; }
a { background-color: rgb(101,248,156); }
div.DivClassName
{
background-color: #65F89C;
}
.BgClassName
{
background-color: #65F89C;
}
</style>
border-color css
<style>
span { border-color: #65F89C; }
span { border-color: rgb(101,248,156); }
td.TdClassName
{
border-color: #65F89C;
}
.TagClassName
{
border-color: #65F89C;
}
</style>