Shades of Medium Aquamarine #64FB9B
Tints of Medium Aquamarine #64FB9B
RGB
CMYK
RGB Variations
Color information
#64FB9B (or 0x64FB9B) is known color: Medium Aquamarine. HEX triplet: 64, FB and 9B. RGB value is (100,251,155). Sum of RGB (Red+Green+Blue) = 100+251+155=506 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.76% from 506); Green value is 251 (98.44% from 255 or 49.60% from 506); Blue value is 155 (60.94% from 255 or 30.63% from 506); Max value from RGB is 251 - color contains mainly: green. Hex color #64FB9B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FB9B is #9B0464. Grayscale: #C3C3C3. Windows color (decimal): -10159205 or 10222436. OLE color: 10222436.
HSL color Cylindrical-coordinate representation of color #64FB9B: hue angle of 141.85º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64FB9B is Cyan = 0.60, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 251 | 155 | - |
| CMYK | 0.60 | 0 | 0.38 | 0.02 |
| HSL | 141.85º | 0.95% | 0.69% | - |
| HSV(B) | 141.85º | 0.6% | 0.98% | - |
| XYZ | 45.67 | 74.07 | 42.9 | - |
| YUV | 194.91 | 105.47 | 60.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 251 | 155 | 0.60 | 0 | 0.38 | 0.02 | 141.85 | 0.95 | 0.69 |
| Hex | 64 | FB | 9B | 3C | 0 | 26 | 2 | 8E | 5F | 45 |
| Octal | 144 | 373 | 233 | 74 | 0 | 46 | 2 | 216 | 137 | 105 |
| Binary | 1100100 | 11111011 | 10011011 | 111100 | 0 | 100110 | 10 | 10001110 | 1011111 | 1000101 |
Color Harmonies of #64FB9B
Complementary color
Monochromatic Colors of #64FB9B
Black with #64FB9B
Text Example
Text Example
White with #64FB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FB9B; }
p { color: rgb(100,251,155); }
H1.HeaderClassName
{
color: #64FB9B;
}
.AnyTagClassName
{
color: #64FB9B;
}
</style>
background-color css
<style>
a { background-color: #64FB9B; }
a { background-color: rgb(100,251,155); }
div.DivClassName
{
background-color: #64FB9B;
}
.BgClassName
{
background-color: #64FB9B;
}
</style>
border-color css
<style>
span { border-color: #64FB9B; }
span { border-color: rgb(100,251,155); }
td.TdClassName
{
border-color: #64FB9B;
}
.TagClassName
{
border-color: #64FB9B;
}
</style>