Shades of Aquamarine #67EED6
Tints of Aquamarine #67EED6
RGB
CMYK
RGB Variations
Color information
#67EED6 (or 0x67EED6) is known color: Aquamarine. HEX triplet: 67, EE and D6. RGB value is (103,238,214). Sum of RGB (Red+Green+Blue) = 103+238+214=555 (73% of max value = 765). Red value is 103 (40.62% from 255 or 18.56% from 555); Green value is 238 (93.36% from 255 or 42.88% from 555); Blue value is 214 (83.98% from 255 or 38.56% from 555); Max value from RGB is 238 - color contains mainly: green. Hex color #67EED6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67EED6 is #981129. Grayscale: #C2C2C2. Windows color (decimal): -9965866 or 14085735. OLE color: 14085735.
HSL color Cylindrical-coordinate representation of color #67EED6: hue angle of 169.33º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67EED6 is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 238 | 214 | - |
| CMYK | 0.57 | 0 | 0.10 | 0.07 |
| HSL | 169.33º | 0.8% | 0.67% | - |
| HSV(B) | 169.33º | 0.57% | 0.93% | - |
| XYZ | 48.31 | 68.89 | 74.37 | - |
| YUV | 194.9 | 138.77 | 62.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 238 | 214 | 0.57 | 0 | 0.10 | 0.07 | 169.33 | 0.8 | 0.67 |
| Hex | 67 | EE | D6 | 39 | 0 | A | 7 | A9 | 50 | 43 |
| Octal | 147 | 356 | 326 | 71 | 0 | 12 | 7 | 251 | 120 | 103 |
| Binary | 1100111 | 11101110 | 11010110 | 111001 | 0 | 1010 | 111 | 10101001 | 1010000 | 1000011 |
Color Harmonies of #67EED6
Complementary color
Monochromatic Colors of #67EED6
Black with #67EED6
Text Example
Text Example
White with #67EED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67EED6; }
p { color: rgb(103,238,214); }
H1.HeaderClassName
{
color: #67EED6;
}
.AnyTagClassName
{
color: #67EED6;
}
</style>
background-color css
<style>
a { background-color: #67EED6; }
a { background-color: rgb(103,238,214); }
div.DivClassName
{
background-color: #67EED6;
}
.BgClassName
{
background-color: #67EED6;
}
</style>
border-color css
<style>
span { border-color: #67EED6; }
span { border-color: rgb(103,238,214); }
td.TdClassName
{
border-color: #67EED6;
}
.TagClassName
{
border-color: #67EED6;
}
</style>