Shades of Aquamarine #66FCBD
Tints of Aquamarine #66FCBD
RGB
CMYK
RGB Variations
Color information
#66FCBD (or 0x66FCBD) is known color: Aquamarine. HEX triplet: 66, FC and BD. RGB value is (102,252,189). Sum of RGB (Red+Green+Blue) = 102+252+189=543 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.78% from 543); Green value is 252 (98.83% from 255 or 46.41% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 252 - color contains mainly: green. Hex color #66FCBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FCBD is #990342. Grayscale: #C8C8C8. Windows color (decimal): -10027843 or 12450918. OLE color: 12450918.
HSL color Cylindrical-coordinate representation of color #66FCBD: hue angle of 154.8º 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 #66FCBD is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 252 | 189 | - |
| CMYK | 0.60 | 0 | 0.25 | 0.01 |
| HSL | 154.8º | 0.96% | 0.69% | - |
| HSV(B) | 154.8º | 0.6% | 0.99% | - |
| XYZ | 49.48 | 76.12 | 60.23 | - |
| YUV | 199.97 | 121.81 | 58.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 252 | 189 | 0.60 | 0 | 0.25 | 0.01 | 154.8 | 0.96 | 0.69 |
| Hex | 66 | FC | BD | 3C | 0 | 19 | 1 | 9B | 60 | 45 |
| Octal | 146 | 374 | 275 | 74 | 0 | 31 | 1 | 233 | 140 | 105 |
| Binary | 1100110 | 11111100 | 10111101 | 111100 | 0 | 11001 | 1 | 10011011 | 1100000 | 1000101 |
Color Harmonies of #66FCBD
Complementary color
Monochromatic Colors of #66FCBD
Black with #66FCBD
Text Example
Text Example
White with #66FCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FCBD; }
p { color: rgb(102,252,189); }
H1.HeaderClassName
{
color: #66FCBD;
}
.AnyTagClassName
{
color: #66FCBD;
}
</style>
background-color css
<style>
a { background-color: #66FCBD; }
a { background-color: rgb(102,252,189); }
div.DivClassName
{
background-color: #66FCBD;
}
.BgClassName
{
background-color: #66FCBD;
}
</style>
border-color css
<style>
span { border-color: #66FCBD; }
span { border-color: rgb(102,252,189); }
td.TdClassName
{
border-color: #66FCBD;
}
.TagClassName
{
border-color: #66FCBD;
}
</style>