Shades of Aquamarine #66FCBC
Tints of Aquamarine #66FCBC
RGB
CMYK
RGB Variations
Color information
#66FCBC (or 0x66FCBC) is known color: Aquamarine. HEX triplet: 66, FC and BC. RGB value is (102,252,188). Sum of RGB (Red+Green+Blue) = 102+252+188=542 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.82% from 542); Green value is 252 (98.83% from 255 or 46.49% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 252 - color contains mainly: green. Hex color #66FCBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FCBC is #990343. Grayscale: #C7C7C7. Windows color (decimal): -10027844 or 12385382. OLE color: 12385382.
HSL color Cylindrical-coordinate representation of color #66FCBC: hue angle of 154.4º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66FCBC is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 252 | 188 | - |
| CMYK | 0.60 | 0 | 0.25 | 0.01 |
| HSL | 154.4º | 0.96% | 0.69% | - |
| HSV(B) | 154.4º | 0.6% | 0.99% | - |
| XYZ | 49.37 | 76.08 | 59.66 | - |
| YUV | 199.85 | 121.31 | 58.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 252 | 188 | 0.60 | 0 | 0.25 | 0.01 | 154.4 | 0.96 | 0.69 |
| Hex | 66 | FC | BC | 3C | 0 | 19 | 1 | 9A | 60 | 45 |
| Octal | 146 | 374 | 274 | 74 | 0 | 31 | 1 | 232 | 140 | 105 |
| Binary | 1100110 | 11111100 | 10111100 | 111100 | 0 | 11001 | 1 | 10011010 | 1100000 | 1000101 |
Color Harmonies of #66FCBC
Complementary color
Monochromatic Colors of #66FCBC
Black with #66FCBC
Text Example
Text Example
White with #66FCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FCBC; }
p { color: rgb(102,252,188); }
H1.HeaderClassName
{
color: #66FCBC;
}
.AnyTagClassName
{
color: #66FCBC;
}
</style>
background-color css
<style>
a { background-color: #66FCBC; }
a { background-color: rgb(102,252,188); }
div.DivClassName
{
background-color: #66FCBC;
}
.BgClassName
{
background-color: #66FCBC;
}
</style>
border-color css
<style>
span { border-color: #66FCBC; }
span { border-color: rgb(102,252,188); }
td.TdClassName
{
border-color: #66FCBC;
}
.TagClassName
{
border-color: #66FCBC;
}
</style>