Shades of Medium Aquamarine #65F598
Tints of Medium Aquamarine #65F598
RGB
CMYK
RGB Variations
Color information
#65F598 (or 0x65F598) is known color: Medium Aquamarine. HEX triplet: 65, F5 and 98. RGB value is (101,245,152). Sum of RGB (Red+Green+Blue) = 101+245+152=498 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.28% from 498); Green value is 245 (96.09% from 255 or 49.20% from 498); Blue value is 152 (59.77% from 255 or 30.52% from 498); Max value from RGB is 245 - color contains mainly: green. Hex color #65F598 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65F598 is #9A0A67. Grayscale: #BFBFBF. Windows color (decimal): -10095208 or 10024293. OLE color: 10024293.
HSL color Cylindrical-coordinate representation of color #65F598: hue angle of 141.25º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65F598 is Cyan = 0.59, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 101 | 245 | 152 | - |
| CMYK | 0.59 | 0 | 0.38 | 0.04 |
| HSL | 141.25º | 0.88% | 0.68% | - |
| HSV(B) | 141.25º | 0.59% | 0.96% | - |
| XYZ | 43.69 | 70.34 | 40.98 | - |
| YUV | 191.34 | 105.79 | 63.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 245 | 152 | 0.59 | 0 | 0.38 | 0.04 | 141.25 | 0.88 | 0.68 |
| Hex | 65 | F5 | 98 | 3B | 0 | 26 | 4 | 8D | 58 | 44 |
| Octal | 145 | 365 | 230 | 73 | 0 | 46 | 4 | 215 | 130 | 104 |
| Binary | 1100101 | 11110101 | 10011000 | 111011 | 0 | 100110 | 100 | 10001101 | 1011000 | 1000100 |
Color Harmonies of #65F598
Complementary color
Monochromatic Colors of #65F598
Black with #65F598
Text Example
Text Example
White with #65F598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F598; }
p { color: rgb(101,245,152); }
H1.HeaderClassName
{
color: #65F598;
}
.AnyTagClassName
{
color: #65F598;
}
</style>
background-color css
<style>
a { background-color: #65F598; }
a { background-color: rgb(101,245,152); }
div.DivClassName
{
background-color: #65F598;
}
.BgClassName
{
background-color: #65F598;
}
</style>
border-color css
<style>
span { border-color: #65F598; }
span { border-color: rgb(101,245,152); }
td.TdClassName
{
border-color: #65F598;
}
.TagClassName
{
border-color: #65F598;
}
</style>