Shades of Medium Aquamarine #65F397
Tints of Medium Aquamarine #65F397
RGB
CMYK
RGB Variations
Color information
#65F397 (or 0x65F397) is known color: Medium Aquamarine. HEX triplet: 65, F3 and 97. RGB value is (101,243,151). Sum of RGB (Red+Green+Blue) = 101+243+151=495 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.40% from 495); Green value is 243 (95.31% from 255 or 49.09% from 495); Blue value is 151 (59.38% from 255 or 30.51% from 495); Max value from RGB is 243 - color contains mainly: green. Hex color #65F397 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65F397 is #9A0C68. Grayscale: #BEBEBE. Windows color (decimal): -10095721 or 9958245. OLE color: 9958245.
HSL color Cylindrical-coordinate representation of color #65F397: hue angle of 141.13º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65F397 is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 243 | 151 | - |
| CMYK | 0.58 | 0 | 0.38 | 0.05 |
| HSL | 141.13º | 0.86% | 0.67% | - |
| HSV(B) | 141.13º | 0.58% | 0.95% | - |
| XYZ | 43 | 69.1 | 40.35 | - |
| YUV | 190.05 | 105.96 | 64.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 243 | 151 | 0.58 | 0 | 0.38 | 0.05 | 141.13 | 0.86 | 0.67 |
| Hex | 65 | F3 | 97 | 3A | 0 | 26 | 5 | 8D | 56 | 43 |
| Octal | 145 | 363 | 227 | 72 | 0 | 46 | 5 | 215 | 126 | 103 |
| Binary | 1100101 | 11110011 | 10010111 | 111010 | 0 | 100110 | 101 | 10001101 | 1010110 | 1000011 |
Color Harmonies of #65F397
Complementary color
Monochromatic Colors of #65F397
Black with #65F397
Text Example
Text Example
White with #65F397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F397; }
p { color: rgb(101,243,151); }
H1.HeaderClassName
{
color: #65F397;
}
.AnyTagClassName
{
color: #65F397;
}
</style>
background-color css
<style>
a { background-color: #65F397; }
a { background-color: rgb(101,243,151); }
div.DivClassName
{
background-color: #65F397;
}
.BgClassName
{
background-color: #65F397;
}
</style>
border-color css
<style>
span { border-color: #65F397; }
span { border-color: rgb(101,243,151); }
td.TdClassName
{
border-color: #65F397;
}
.TagClassName
{
border-color: #65F397;
}
</style>