Shades of Medium Aquamarine #66F3B3
Tints of Medium Aquamarine #66F3B3
RGB
CMYK
RGB Variations
Color information
#66F3B3 (or 0x66F3B3) is known color: Medium Aquamarine. HEX triplet: 66, F3 and B3. RGB value is (102,243,179). Sum of RGB (Red+Green+Blue) = 102+243+179=524 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.47% from 524); Green value is 243 (95.31% from 255 or 46.37% from 524); Blue value is 179 (70.31% from 255 or 34.16% from 524); Max value from RGB is 243 - color contains mainly: green. Hex color #66F3B3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F3B3 is #990C4C. Grayscale: #C1C1C1. Windows color (decimal): -10030157 or 11793254. OLE color: 11793254.
HSL color Cylindrical-coordinate representation of color #66F3B3: hue angle of 152.77º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66F3B3 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 243 | 179 | - |
| CMYK | 0.58 | 0 | 0.26 | 0.05 |
| HSL | 152.77º | 0.85% | 0.68% | - |
| HSV(B) | 152.77º | 0.58% | 0.95% | - |
| XYZ | 45.67 | 70.18 | 53.79 | - |
| YUV | 193.55 | 119.79 | 62.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 243 | 179 | 0.58 | 0 | 0.26 | 0.05 | 152.77 | 0.85 | 0.68 |
| Hex | 66 | F3 | B3 | 3A | 0 | 1A | 5 | 99 | 55 | 44 |
| Octal | 146 | 363 | 263 | 72 | 0 | 32 | 5 | 231 | 125 | 104 |
| Binary | 1100110 | 11110011 | 10110011 | 111010 | 0 | 11010 | 101 | 10011001 | 1010101 | 1000100 |
Color Harmonies of #66F3B3
Complementary color
Monochromatic Colors of #66F3B3
Black with #66F3B3
Text Example
Text Example
White with #66F3B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F3B3; }
p { color: rgb(102,243,179); }
H1.HeaderClassName
{
color: #66F3B3;
}
.AnyTagClassName
{
color: #66F3B3;
}
</style>
background-color css
<style>
a { background-color: #66F3B3; }
a { background-color: rgb(102,243,179); }
div.DivClassName
{
background-color: #66F3B3;
}
.BgClassName
{
background-color: #66F3B3;
}
</style>
border-color css
<style>
span { border-color: #66F3B3; }
span { border-color: rgb(102,243,179); }
td.TdClassName
{
border-color: #66F3B3;
}
.TagClassName
{
border-color: #66F3B3;
}
</style>