Shades of Aquamarine #67F0D6
Tints of Aquamarine #67F0D6
RGB
CMYK
RGB Variations
Color information
#67F0D6 (or 0x67F0D6) is known color: Aquamarine. HEX triplet: 67, F0 and D6. RGB value is (103,240,214). Sum of RGB (Red+Green+Blue) = 103+240+214=557 (73% of max value = 765). Red value is 103 (40.62% from 255 or 18.49% from 557); Green value is 240 (94.14% from 255 or 43.09% from 557); Blue value is 214 (83.98% from 255 or 38.42% from 557); Max value from RGB is 240 - color contains mainly: green. Hex color #67F0D6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67F0D6 is #980F29. Grayscale: #C4C4C4. Windows color (decimal): -9965354 or 14086247. OLE color: 14086247.
HSL color Cylindrical-coordinate representation of color #67F0D6: hue angle of 168.61º degrees, saturation: 0.82, 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 #67F0D6 is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 103 | 240 | 214 | - |
| CMYK | 0.57 | 0 | 0.11 | 0.06 |
| HSL | 168.61º | 0.82% | 0.67% | - |
| HSV(B) | 168.61º | 0.57% | 0.94% | - |
| XYZ | 48.89 | 70.06 | 74.56 | - |
| YUV | 196.07 | 138.11 | 61.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 240 | 214 | 0.57 | 0 | 0.11 | 0.06 | 168.61 | 0.82 | 0.67 |
| Hex | 67 | F0 | D6 | 39 | 0 | B | 6 | A9 | 52 | 43 |
| Octal | 147 | 360 | 326 | 71 | 0 | 13 | 6 | 251 | 122 | 103 |
| Binary | 1100111 | 11110000 | 11010110 | 111001 | 0 | 1011 | 110 | 10101001 | 1010010 | 1000011 |
Color Harmonies of #67F0D6
Complementary color
Monochromatic Colors of #67F0D6
Black with #67F0D6
Text Example
Text Example
White with #67F0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67F0D6; }
p { color: rgb(103,240,214); }
H1.HeaderClassName
{
color: #67F0D6;
}
.AnyTagClassName
{
color: #67F0D6;
}
</style>
background-color css
<style>
a { background-color: #67F0D6; }
a { background-color: rgb(103,240,214); }
div.DivClassName
{
background-color: #67F0D6;
}
.BgClassName
{
background-color: #67F0D6;
}
</style>
border-color css
<style>
span { border-color: #67F0D6; }
span { border-color: rgb(103,240,214); }
td.TdClassName
{
border-color: #67F0D6;
}
.TagClassName
{
border-color: #67F0D6;
}
</style>