Shades of Medium Aquamarine #64CAB3
Tints of Medium Aquamarine #64CAB3
RGB
CMYK
RGB Variations
Color information
#64CAB3 (or 0x64CAB3) is known color: Medium Aquamarine. HEX triplet: 64, CA and B3. RGB value is (100,202,179). Sum of RGB (Red+Green+Blue) = 100+202+179=481 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.79% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 179 (70.31% from 255 or 37.21% from 481); Max value from RGB is 202 - color contains mainly: green. Hex color #64CAB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CAB3 is #9B354C. Grayscale: #A8A8A8. Windows color (decimal): -10171725 or 11782756. OLE color: 11782756.
HSL color Cylindrical-coordinate representation of color #64CAB3: hue angle of 166.47º 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 #64CAB3 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 100 | 202 | 179 | - |
| CMYK | 0.50 | 0 | 0.11 | 0.21 |
| HSL | 166.47º | 0.49% | 0.59% | - |
| HSV(B) | 166.47º | 0.5% | 0.79% | - |
| XYZ | 34.51 | 48.21 | 50.13 | - |
| YUV | 168.88 | 133.71 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 202 | 179 | 0.50 | 0 | 0.11 | 0.21 | 166.47 | 0.49 | 0.59 |
| Hex | 64 | CA | B3 | 32 | 0 | B | 15 | A6 | 31 | 3B |
| Octal | 144 | 312 | 263 | 62 | 0 | 13 | 25 | 246 | 61 | 73 |
| Binary | 1100100 | 11001010 | 10110011 | 110010 | 0 | 1011 | 10101 | 10100110 | 110001 | 111011 |
Color Harmonies of #64CAB3
Complementary color
Monochromatic Colors of #64CAB3
Black with #64CAB3
Text Example
Text Example
White with #64CAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CAB3; }
p { color: rgb(100,202,179); }
H1.HeaderClassName
{
color: #64CAB3;
}
.AnyTagClassName
{
color: #64CAB3;
}
</style>
background-color css
<style>
a { background-color: #64CAB3; }
a { background-color: rgb(100,202,179); }
div.DivClassName
{
background-color: #64CAB3;
}
.BgClassName
{
background-color: #64CAB3;
}
</style>
border-color css
<style>
span { border-color: #64CAB3; }
span { border-color: rgb(100,202,179); }
td.TdClassName
{
border-color: #64CAB3;
}
.TagClassName
{
border-color: #64CAB3;
}
</style>