Shades of Medium Aquamarine #64CBAD
Tints of Medium Aquamarine #64CBAD
RGB
CMYK
RGB Variations
Color information
#64CBAD (or 0x64CBAD) is known color: Medium Aquamarine. HEX triplet: 64, CB and AD. RGB value is (100,203,173). Sum of RGB (Red+Green+Blue) = 100+203+173=476 (63% of max value = 765). Red value is 100 (39.45% from 255 or 21.01% from 476); Green value is 203 (79.69% from 255 or 42.65% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 203 - color contains mainly: green. Hex color #64CBAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CBAD is #9B3452. Grayscale: #A8A8A8. Windows color (decimal): -10171475 or 11389796. OLE color: 11389796.
HSL color Cylindrical-coordinate representation of color #64CBAD: hue angle of 162.52º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64CBAD is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 203 | 173 | - |
| CMYK | 0.51 | 0 | 0.15 | 0.20 |
| HSL | 162.52º | 0.5% | 0.59% | - |
| HSV(B) | 162.52º | 0.51% | 0.8% | - |
| XYZ | 34.15 | 48.44 | 47.08 | - |
| YUV | 168.78 | 130.38 | 78.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 203 | 173 | 0.51 | 0 | 0.15 | 0.20 | 162.52 | 0.5 | 0.59 |
| Hex | 64 | CB | AD | 33 | 0 | F | 14 | A3 | 32 | 3B |
| Octal | 144 | 313 | 255 | 63 | 0 | 17 | 24 | 243 | 62 | 73 |
| Binary | 1100100 | 11001011 | 10101101 | 110011 | 0 | 1111 | 10100 | 10100011 | 110010 | 111011 |
Color Harmonies of #64CBAD
Complementary color
Monochromatic Colors of #64CBAD
Black with #64CBAD
Text Example
Text Example
White with #64CBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CBAD; }
p { color: rgb(100,203,173); }
H1.HeaderClassName
{
color: #64CBAD;
}
.AnyTagClassName
{
color: #64CBAD;
}
</style>
background-color css
<style>
a { background-color: #64CBAD; }
a { background-color: rgb(100,203,173); }
div.DivClassName
{
background-color: #64CBAD;
}
.BgClassName
{
background-color: #64CBAD;
}
</style>
border-color css
<style>
span { border-color: #64CBAD; }
span { border-color: rgb(100,203,173); }
td.TdClassName
{
border-color: #64CBAD;
}
.TagClassName
{
border-color: #64CBAD;
}
</style>