Shades of Medium Aquamarine #64CFAF
Tints of Medium Aquamarine #64CFAF
RGB
CMYK
RGB Variations
Color information
#64CFAF (or 0x64CFAF) is known color: Medium Aquamarine. HEX triplet: 64, CF and AF. RGB value is (100,207,175). Sum of RGB (Red+Green+Blue) = 100+207+175=482 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.75% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 207 - color contains mainly: green. Hex color #64CFAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CFAF is #9B3050. Grayscale: #ABABAB. Windows color (decimal): -10170449 or 11521892. OLE color: 11521892.
HSL color Cylindrical-coordinate representation of color #64CFAF: hue angle of 162.06º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64CFAF is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 207 | 175 | - |
| CMYK | 0.52 | 0 | 0.15 | 0.19 |
| HSL | 162.06º | 0.53% | 0.6% | - |
| HSV(B) | 162.06º | 0.52% | 0.81% | - |
| XYZ | 35.31 | 50.43 | 48.43 | - |
| YUV | 171.36 | 130.05 | 77.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 207 | 175 | 0.52 | 0 | 0.15 | 0.19 | 162.06 | 0.53 | 0.6 |
| Hex | 64 | CF | AF | 34 | 0 | F | 13 | A2 | 35 | 3C |
| Octal | 144 | 317 | 257 | 64 | 0 | 17 | 23 | 242 | 65 | 74 |
| Binary | 1100100 | 11001111 | 10101111 | 110100 | 0 | 1111 | 10011 | 10100010 | 110101 | 111100 |
Color Harmonies of #64CFAF
Complementary color
Monochromatic Colors of #64CFAF
Black with #64CFAF
Text Example
Text Example
White with #64CFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CFAF; }
p { color: rgb(100,207,175); }
H1.HeaderClassName
{
color: #64CFAF;
}
.AnyTagClassName
{
color: #64CFAF;
}
</style>
background-color css
<style>
a { background-color: #64CFAF; }
a { background-color: rgb(100,207,175); }
div.DivClassName
{
background-color: #64CFAF;
}
.BgClassName
{
background-color: #64CFAF;
}
</style>
border-color css
<style>
span { border-color: #64CFAF; }
span { border-color: rgb(100,207,175); }
td.TdClassName
{
border-color: #64CFAF;
}
.TagClassName
{
border-color: #64CFAF;
}
</style>