Shades of Medium Aquamarine #65F29F
Tints of Medium Aquamarine #65F29F
RGB
CMYK
RGB Variations
Color information
#65F29F (or 0x65F29F) is known color: Medium Aquamarine. HEX triplet: 65, F2 and 9F. RGB value is (101,242,159). Sum of RGB (Red+Green+Blue) = 101+242+159=502 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.12% from 502); Green value is 242 (94.92% from 255 or 48.21% from 502); Blue value is 159 (62.5% from 255 or 31.67% from 502); Max value from RGB is 242 - color contains mainly: green. Hex color #65F29F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65F29F is #9A0D60. Grayscale: #BEBEBE. Windows color (decimal): -10095969 or 10482277. OLE color: 10482277.
HSL color Cylindrical-coordinate representation of color #65F29F: hue angle of 144.68º degrees, saturation: 0.84, 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 #65F29F is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 242 | 159 | - |
| CMYK | 0.58 | 0 | 0.34 | 0.05 |
| HSL | 144.68º | 0.84% | 0.67% | - |
| HSV(B) | 144.68º | 0.58% | 0.95% | - |
| XYZ | 43.38 | 68.77 | 43.79 | - |
| YUV | 190.38 | 110.29 | 64.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 242 | 159 | 0.58 | 0 | 0.34 | 0.05 | 144.68 | 0.84 | 0.67 |
| Hex | 65 | F2 | 9F | 3A | 0 | 22 | 5 | 91 | 54 | 43 |
| Octal | 145 | 362 | 237 | 72 | 0 | 42 | 5 | 221 | 124 | 103 |
| Binary | 1100101 | 11110010 | 10011111 | 111010 | 0 | 100010 | 101 | 10010001 | 1010100 | 1000011 |
Color Harmonies of #65F29F
Complementary color
Monochromatic Colors of #65F29F
Black with #65F29F
Text Example
Text Example
White with #65F29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F29F; }
p { color: rgb(101,242,159); }
H1.HeaderClassName
{
color: #65F29F;
}
.AnyTagClassName
{
color: #65F29F;
}
</style>
background-color css
<style>
a { background-color: #65F29F; }
a { background-color: rgb(101,242,159); }
div.DivClassName
{
background-color: #65F29F;
}
.BgClassName
{
background-color: #65F29F;
}
</style>
border-color css
<style>
span { border-color: #65F29F; }
span { border-color: rgb(101,242,159); }
td.TdClassName
{
border-color: #65F29F;
}
.TagClassName
{
border-color: #65F29F;
}
</style>