Shades of Medium Aquamarine #66F19B
Tints of Medium Aquamarine #66F19B
RGB
CMYK
RGB Variations
Color information
#66F19B (or 0x66F19B) is known color: Medium Aquamarine. HEX triplet: 66, F1 and 9B. RGB value is (102,241,155). Sum of RGB (Red+Green+Blue) = 102+241+155=498 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.48% from 498); Green value is 241 (94.53% from 255 or 48.39% from 498); Blue value is 155 (60.94% from 255 or 31.12% from 498); Max value from RGB is 241 - color contains mainly: green. Hex color #66F19B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F19B is #990E64. Grayscale: #BDBDBD. Windows color (decimal): -10030693 or 10219878. OLE color: 10219878.
HSL color Cylindrical-coordinate representation of color #66F19B: hue angle of 142.88º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66F19B is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 241 | 155 | - |
| CMYK | 0.58 | 0 | 0.36 | 0.05 |
| HSL | 142.88º | 0.83% | 0.67% | - |
| HSV(B) | 142.88º | 0.58% | 0.95% | - |
| XYZ | 42.85 | 68.1 | 41.9 | - |
| YUV | 189.64 | 108.45 | 65.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 241 | 155 | 0.58 | 0 | 0.36 | 0.05 | 142.88 | 0.83 | 0.67 |
| Hex | 66 | F1 | 9B | 3A | 0 | 24 | 5 | 8F | 53 | 43 |
| Octal | 146 | 361 | 233 | 72 | 0 | 44 | 5 | 217 | 123 | 103 |
| Binary | 1100110 | 11110001 | 10011011 | 111010 | 0 | 100100 | 101 | 10001111 | 1010011 | 1000011 |
Color Harmonies of #66F19B
Complementary color
Monochromatic Colors of #66F19B
Black with #66F19B
Text Example
Text Example
White with #66F19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F19B; }
p { color: rgb(102,241,155); }
H1.HeaderClassName
{
color: #66F19B;
}
.AnyTagClassName
{
color: #66F19B;
}
</style>
background-color css
<style>
a { background-color: #66F19B; }
a { background-color: rgb(102,241,155); }
div.DivClassName
{
background-color: #66F19B;
}
.BgClassName
{
background-color: #66F19B;
}
</style>
border-color css
<style>
span { border-color: #66F19B; }
span { border-color: rgb(102,241,155); }
td.TdClassName
{
border-color: #66F19B;
}
.TagClassName
{
border-color: #66F19B;
}
</style>