Shades of Aquamarine #67F6D2
Tints of Aquamarine #67F6D2
RGB
CMYK
RGB Variations
Color information
#67F6D2 (or 0x67F6D2) is known color: Aquamarine. HEX triplet: 67, F6 and D2. RGB value is (103,246,210). Sum of RGB (Red+Green+Blue) = 103+246+210=559 (74% of max value = 765). Red value is 103 (40.62% from 255 or 18.43% from 559); Green value is 246 (96.48% from 255 or 44.01% from 559); Blue value is 210 (82.42% from 255 or 37.57% from 559); Max value from RGB is 246 - color contains mainly: green. Hex color #67F6D2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67F6D2 is #98092D. Grayscale: #C7C7C7. Windows color (decimal): -9963822 or 13825639. OLE color: 13825639.
HSL color Cylindrical-coordinate representation of color #67F6D2: hue angle of 164.9º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #67F6D2 is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 103 | 246 | 210 | - |
| CMYK | 0.58 | 0 | 0.15 | 0.04 |
| HSL | 164.9º | 0.89% | 0.68% | - |
| HSV(B) | 164.9º | 0.58% | 0.96% | - |
| XYZ | 50.18 | 73.45 | 72.5 | - |
| YUV | 199.14 | 134.12 | 59.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 246 | 210 | 0.58 | 0 | 0.15 | 0.04 | 164.9 | 0.89 | 0.68 |
| Hex | 67 | F6 | D2 | 3A | 0 | F | 4 | A5 | 59 | 44 |
| Octal | 147 | 366 | 322 | 72 | 0 | 17 | 4 | 245 | 131 | 104 |
| Binary | 1100111 | 11110110 | 11010010 | 111010 | 0 | 1111 | 100 | 10100101 | 1011001 | 1000100 |
Color Harmonies of #67F6D2
Complementary color
Monochromatic Colors of #67F6D2
Black with #67F6D2
Text Example
Text Example
White with #67F6D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67F6D2; }
p { color: rgb(103,246,210); }
H1.HeaderClassName
{
color: #67F6D2;
}
.AnyTagClassName
{
color: #67F6D2;
}
</style>
background-color css
<style>
a { background-color: #67F6D2; }
a { background-color: rgb(103,246,210); }
div.DivClassName
{
background-color: #67F6D2;
}
.BgClassName
{
background-color: #67F6D2;
}
</style>
border-color css
<style>
span { border-color: #67F6D2; }
span { border-color: rgb(103,246,210); }
td.TdClassName
{
border-color: #67F6D2;
}
.TagClassName
{
border-color: #67F6D2;
}
</style>