Shades of Medium Aquamarine #64C69D
Tints of Medium Aquamarine #64C69D
RGB
CMYK
RGB Variations
Color information
#64C69D (or 0x64C69D) is known color: Medium Aquamarine. HEX triplet: 64, C6 and 9D. RGB value is (100,198,157). Sum of RGB (Red+Green+Blue) = 100+198+157=455 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.98% from 455); Green value is 198 (77.73% from 255 or 43.52% from 455); Blue value is 157 (61.72% from 255 or 34.51% from 455); Max value from RGB is 198 - color contains mainly: green. Hex color #64C69D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C69D is #9B3962. Grayscale: #A4A4A4. Windows color (decimal): -10172771 or 10339940. OLE color: 10339940.
HSL color Cylindrical-coordinate representation of color #64C69D: hue angle of 154.9º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64C69D is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 198 | 157 | - |
| CMYK | 0.49 | 0 | 0.21 | 0.22 |
| HSL | 154.9º | 0.46% | 0.58% | - |
| HSV(B) | 154.9º | 0.49% | 0.78% | - |
| XYZ | 31.54 | 45.53 | 39.02 | - |
| YUV | 164.02 | 124.03 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 198 | 157 | 0.49 | 0 | 0.21 | 0.22 | 154.9 | 0.46 | 0.58 |
| Hex | 64 | C6 | 9D | 31 | 0 | 15 | 16 | 9B | 2E | 3A |
| Octal | 144 | 306 | 235 | 61 | 0 | 25 | 26 | 233 | 56 | 72 |
| Binary | 1100100 | 11000110 | 10011101 | 110001 | 0 | 10101 | 10110 | 10011011 | 101110 | 111010 |
Color Harmonies of #64C69D
Complementary color
Monochromatic Colors of #64C69D
Black with #64C69D
Text Example
Text Example
White with #64C69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C69D; }
p { color: rgb(100,198,157); }
H1.HeaderClassName
{
color: #64C69D;
}
.AnyTagClassName
{
color: #64C69D;
}
</style>
background-color css
<style>
a { background-color: #64C69D; }
a { background-color: rgb(100,198,157); }
div.DivClassName
{
background-color: #64C69D;
}
.BgClassName
{
background-color: #64C69D;
}
</style>
border-color css
<style>
span { border-color: #64C69D; }
span { border-color: rgb(100,198,157); }
td.TdClassName
{
border-color: #64C69D;
}
.TagClassName
{
border-color: #64C69D;
}
</style>