Shades of Medium Aquamarine #64CAA5
Tints of Medium Aquamarine #64CAA5
RGB
CMYK
RGB Variations
Color information
#64CAA5 (or 0x64CAA5) is known color: Medium Aquamarine. HEX triplet: 64, CA and A5. RGB value is (100,202,165). Sum of RGB (Red+Green+Blue) = 100+202+165=467 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.41% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 165 (64.84% from 255 or 35.33% from 467); Max value from RGB is 202 - color contains mainly: green. Hex color #64CAA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CAA5 is #9B355A. Grayscale: #A7A7A7. Windows color (decimal): -10171739 or 10865252. OLE color: 10865252.
HSL color Cylindrical-coordinate representation of color #64CAA5: hue angle of 158.24º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64CAA5 is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 100 | 202 | 165 | - |
| CMYK | 0.50 | 0 | 0.18 | 0.21 |
| HSL | 158.24º | 0.49% | 0.59% | - |
| HSV(B) | 158.24º | 0.5% | 0.79% | - |
| XYZ | 33.17 | 47.67 | 43.05 | - |
| YUV | 167.28 | 126.71 | 80.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 202 | 165 | 0.50 | 0 | 0.18 | 0.21 | 158.24 | 0.49 | 0.59 |
| Hex | 64 | CA | A5 | 32 | 0 | 12 | 15 | 9E | 31 | 3B |
| Octal | 144 | 312 | 245 | 62 | 0 | 22 | 25 | 236 | 61 | 73 |
| Binary | 1100100 | 11001010 | 10100101 | 110010 | 0 | 10010 | 10101 | 10011110 | 110001 | 111011 |
Color Harmonies of #64CAA5
Complementary color
Monochromatic Colors of #64CAA5
Black with #64CAA5
Text Example
Text Example
White with #64CAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CAA5; }
p { color: rgb(100,202,165); }
H1.HeaderClassName
{
color: #64CAA5;
}
.AnyTagClassName
{
color: #64CAA5;
}
</style>
background-color css
<style>
a { background-color: #64CAA5; }
a { background-color: rgb(100,202,165); }
div.DivClassName
{
background-color: #64CAA5;
}
.BgClassName
{
background-color: #64CAA5;
}
</style>
border-color css
<style>
span { border-color: #64CAA5; }
span { border-color: rgb(100,202,165); }
td.TdClassName
{
border-color: #64CAA5;
}
.TagClassName
{
border-color: #64CAA5;
}
</style>