Shades of Aquamarine #66EFD4
Tints of Aquamarine #66EFD4
RGB
CMYK
RGB Variations
Color information
#66EFD4 (or 0x66EFD4) is known color: Aquamarine. HEX triplet: 66, EF and D4. RGB value is (102,239,212). Sum of RGB (Red+Green+Blue) = 102+239+212=553 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.44% from 553); Green value is 239 (93.75% from 255 or 43.22% from 553); Blue value is 212 (83.20% from 255 or 38.34% from 553); Max value from RGB is 239 - color contains mainly: green. Hex color #66EFD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66EFD4 is #99102B. Grayscale: #C2C2C2. Windows color (decimal): -10031148 or 13954918. OLE color: 13954918.
HSL color Cylindrical-coordinate representation of color #66EFD4: hue angle of 168.18º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66EFD4 is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 239 | 212 | - |
| CMYK | 0.57 | 0 | 0.11 | 0.06 |
| HSL | 168.18º | 0.81% | 0.67% | - |
| HSV(B) | 168.18º | 0.57% | 0.94% | - |
| XYZ | 48.23 | 69.31 | 73.12 | - |
| YUV | 194.96 | 137.61 | 61.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 239 | 212 | 0.57 | 0 | 0.11 | 0.06 | 168.18 | 0.81 | 0.67 |
| Hex | 66 | EF | D4 | 39 | 0 | B | 6 | A8 | 51 | 43 |
| Octal | 146 | 357 | 324 | 71 | 0 | 13 | 6 | 250 | 121 | 103 |
| Binary | 1100110 | 11101111 | 11010100 | 111001 | 0 | 1011 | 110 | 10101000 | 1010001 | 1000011 |
Color Harmonies of #66EFD4
Complementary color
Monochromatic Colors of #66EFD4
Black with #66EFD4
Text Example
Text Example
White with #66EFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66EFD4; }
p { color: rgb(102,239,212); }
H1.HeaderClassName
{
color: #66EFD4;
}
.AnyTagClassName
{
color: #66EFD4;
}
</style>
background-color css
<style>
a { background-color: #66EFD4; }
a { background-color: rgb(102,239,212); }
div.DivClassName
{
background-color: #66EFD4;
}
.BgClassName
{
background-color: #66EFD4;
}
</style>
border-color css
<style>
span { border-color: #66EFD4; }
span { border-color: rgb(102,239,212); }
td.TdClassName
{
border-color: #66EFD4;
}
.TagClassName
{
border-color: #66EFD4;
}
</style>