Shades of Aquamarine #66FCBE
Tints of Aquamarine #66FCBE
RGB
CMYK
RGB Variations
Color information
#66FCBE (or 0x66FCBE) is known color: Aquamarine. HEX triplet: 66, FC and BE. RGB value is (102,252,190). Sum of RGB (Red+Green+Blue) = 102+252+190=544 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.75% from 544); Green value is 252 (98.83% from 255 or 46.32% from 544); Blue value is 190 (74.61% from 255 or 34.93% from 544); Max value from RGB is 252 - color contains mainly: green. Hex color #66FCBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FCBE is #990341. Grayscale: #C8C8C8. Windows color (decimal): -10027842 or 12516454. OLE color: 12516454.
HSL color Cylindrical-coordinate representation of color #66FCBE: hue angle of 155.2º 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 #66FCBE is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 252 | 190 | - |
| CMYK | 0.60 | 0 | 0.25 | 0.01 |
| HSL | 155.2º | 0.96% | 0.69% | - |
| HSV(B) | 155.2º | 0.6% | 0.99% | - |
| XYZ | 49.58 | 76.16 | 60.8 | - |
| YUV | 200.08 | 122.31 | 58.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 252 | 190 | 0.60 | 0 | 0.25 | 0.01 | 155.2 | 0.96 | 0.69 |
| Hex | 66 | FC | BE | 3C | 0 | 19 | 1 | 9B | 60 | 45 |
| Octal | 146 | 374 | 276 | 74 | 0 | 31 | 1 | 233 | 140 | 105 |
| Binary | 1100110 | 11111100 | 10111110 | 111100 | 0 | 11001 | 1 | 10011011 | 1100000 | 1000101 |
Color Harmonies of #66FCBE
Complementary color
Monochromatic Colors of #66FCBE
Black with #66FCBE
Text Example
Text Example
White with #66FCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FCBE; }
p { color: rgb(102,252,190); }
H1.HeaderClassName
{
color: #66FCBE;
}
.AnyTagClassName
{
color: #66FCBE;
}
</style>
background-color css
<style>
a { background-color: #66FCBE; }
a { background-color: rgb(102,252,190); }
div.DivClassName
{
background-color: #66FCBE;
}
.BgClassName
{
background-color: #66FCBE;
}
</style>
border-color css
<style>
span { border-color: #66FCBE; }
span { border-color: rgb(102,252,190); }
td.TdClassName
{
border-color: #66FCBE;
}
.TagClassName
{
border-color: #66FCBE;
}
</style>