Shades of Medium Aquamarine #65F29C
Tints of Medium Aquamarine #65F29C
RGB
CMYK
RGB Variations
Color information
#65F29C (or 0x65F29C) is known color: Medium Aquamarine. HEX triplet: 65, F2 and 9C. RGB value is (101,242,156). Sum of RGB (Red+Green+Blue) = 101+242+156=499 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.24% from 499); Green value is 242 (94.92% from 255 or 48.50% from 499); Blue value is 156 (61.33% from 255 or 31.26% from 499); Max value from RGB is 242 - color contains mainly: green. Hex color #65F29C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65F29C is #9A0D63. Grayscale: #BEBEBE. Windows color (decimal): -10095972 or 10285669. OLE color: 10285669.
HSL color Cylindrical-coordinate representation of color #65F29C: hue angle of 143.4º 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 #65F29C is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 242 | 156 | - |
| CMYK | 0.58 | 0 | 0.36 | 0.05 |
| HSL | 143.4º | 0.84% | 0.67% | - |
| HSV(B) | 143.4º | 0.58% | 0.95% | - |
| XYZ | 43.12 | 68.67 | 42.43 | - |
| YUV | 190.04 | 108.79 | 64.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 242 | 156 | 0.58 | 0 | 0.36 | 0.05 | 143.4 | 0.84 | 0.67 |
| Hex | 65 | F2 | 9C | 3A | 0 | 24 | 5 | 8F | 54 | 43 |
| Octal | 145 | 362 | 234 | 72 | 0 | 44 | 5 | 217 | 124 | 103 |
| Binary | 1100101 | 11110010 | 10011100 | 111010 | 0 | 100100 | 101 | 10001111 | 1010100 | 1000011 |
Color Harmonies of #65F29C
Complementary color
Monochromatic Colors of #65F29C
Black with #65F29C
Text Example
Text Example
White with #65F29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F29C; }
p { color: rgb(101,242,156); }
H1.HeaderClassName
{
color: #65F29C;
}
.AnyTagClassName
{
color: #65F29C;
}
</style>
background-color css
<style>
a { background-color: #65F29C; }
a { background-color: rgb(101,242,156); }
div.DivClassName
{
background-color: #65F29C;
}
.BgClassName
{
background-color: #65F29C;
}
</style>
border-color css
<style>
span { border-color: #65F29C; }
span { border-color: rgb(101,242,156); }
td.TdClassName
{
border-color: #65F29C;
}
.TagClassName
{
border-color: #65F29C;
}
</style>