Shades of Medium Aquamarine #64CEB5
Tints of Medium Aquamarine #64CEB5
RGB
CMYK
RGB Variations
Color information
#64CEB5 (or 0x64CEB5) is known color: Medium Aquamarine. HEX triplet: 64, CE and B5. RGB value is (100,206,181). Sum of RGB (Red+Green+Blue) = 100+206+181=487 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.53% from 487); Green value is 206 (80.86% from 255 or 42.30% from 487); Blue value is 181 (71.09% from 255 or 37.17% from 487); Max value from RGB is 206 - color contains mainly: green. Hex color #64CEB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CEB5 is #9B314A. Grayscale: #ABABAB. Windows color (decimal): -10170699 or 11914852. OLE color: 11914852.
HSL color Cylindrical-coordinate representation of color #64CEB5: hue angle of 165.85º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64CEB5 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 206 | 181 | - |
| CMYK | 0.51 | 0 | 0.12 | 0.19 |
| HSL | 165.85º | 0.52% | 0.6% | - |
| HSV(B) | 165.85º | 0.51% | 0.81% | - |
| XYZ | 35.67 | 50.19 | 51.52 | - |
| YUV | 171.46 | 133.38 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 206 | 181 | 0.51 | 0 | 0.12 | 0.19 | 165.85 | 0.52 | 0.6 |
| Hex | 64 | CE | B5 | 33 | 0 | C | 13 | A6 | 34 | 3C |
| Octal | 144 | 316 | 265 | 63 | 0 | 14 | 23 | 246 | 64 | 74 |
| Binary | 1100100 | 11001110 | 10110101 | 110011 | 0 | 1100 | 10011 | 10100110 | 110100 | 111100 |
Color Harmonies of #64CEB5
Complementary color
Monochromatic Colors of #64CEB5
Black with #64CEB5
Text Example
Text Example
White with #64CEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CEB5; }
p { color: rgb(100,206,181); }
H1.HeaderClassName
{
color: #64CEB5;
}
.AnyTagClassName
{
color: #64CEB5;
}
</style>
background-color css
<style>
a { background-color: #64CEB5; }
a { background-color: rgb(100,206,181); }
div.DivClassName
{
background-color: #64CEB5;
}
.BgClassName
{
background-color: #64CEB5;
}
</style>
border-color css
<style>
span { border-color: #64CEB5; }
span { border-color: rgb(100,206,181); }
td.TdClassName
{
border-color: #64CEB5;
}
.TagClassName
{
border-color: #64CEB5;
}
</style>