Shades of Medium Aquamarine #64CAB5
Tints of Medium Aquamarine #64CAB5
RGB
CMYK
RGB Variations
Color information
#64CAB5 (or 0x64CAB5) is known color: Medium Aquamarine. HEX triplet: 64, CA and B5. RGB value is (100,202,181). Sum of RGB (Red+Green+Blue) = 100+202+181=483 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.70% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 181 (71.09% from 255 or 37.47% from 483); Max value from RGB is 202 - color contains mainly: green. Hex color #64CAB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CAB5 is #9B354A. Grayscale: #A9A9A9. Windows color (decimal): -10171723 or 11913828. OLE color: 11913828.
HSL color Cylindrical-coordinate representation of color #64CAB5: hue angle of 167.65º 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 #64CAB5 is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 100 | 202 | 181 | - |
| CMYK | 0.50 | 0 | 0.10 | 0.21 |
| HSL | 167.65º | 0.49% | 0.59% | - |
| HSV(B) | 167.65º | 0.5% | 0.79% | - |
| XYZ | 34.72 | 48.29 | 51.21 | - |
| YUV | 169.11 | 134.71 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 202 | 181 | 0.50 | 0 | 0.10 | 0.21 | 167.65 | 0.49 | 0.59 |
| Hex | 64 | CA | B5 | 32 | 0 | A | 15 | A8 | 31 | 3B |
| Octal | 144 | 312 | 265 | 62 | 0 | 12 | 25 | 250 | 61 | 73 |
| Binary | 1100100 | 11001010 | 10110101 | 110010 | 0 | 1010 | 10101 | 10101000 | 110001 | 111011 |
Color Harmonies of #64CAB5
Complementary color
Monochromatic Colors of #64CAB5
Black with #64CAB5
Text Example
Text Example
White with #64CAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CAB5; }
p { color: rgb(100,202,181); }
H1.HeaderClassName
{
color: #64CAB5;
}
.AnyTagClassName
{
color: #64CAB5;
}
</style>
background-color css
<style>
a { background-color: #64CAB5; }
a { background-color: rgb(100,202,181); }
div.DivClassName
{
background-color: #64CAB5;
}
.BgClassName
{
background-color: #64CAB5;
}
</style>
border-color css
<style>
span { border-color: #64CAB5; }
span { border-color: rgb(100,202,181); }
td.TdClassName
{
border-color: #64CAB5;
}
.TagClassName
{
border-color: #64CAB5;
}
</style>