Shades of Aquamarine #67F3D3
Tints of Aquamarine #67F3D3
RGB
CMYK
RGB Variations
Color information
#67F3D3 (or 0x67F3D3) is known color: Aquamarine. HEX triplet: 67, F3 and D3. RGB value is (103,243,211). Sum of RGB (Red+Green+Blue) = 103+243+211=557 (73% of max value = 765). Red value is 103 (40.62% from 255 or 18.49% from 557); Green value is 243 (95.31% from 255 or 43.63% from 557); Blue value is 211 (82.81% from 255 or 37.88% from 557); Max value from RGB is 243 - color contains mainly: green. Hex color #67F3D3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67F3D3 is #980C2C. Grayscale: #C5C5C5. Windows color (decimal): -9964589 or 13890407. OLE color: 13890407.
HSL color Cylindrical-coordinate representation of color #67F3D3: hue angle of 166.29º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #67F3D3 is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 103 | 243 | 211 | - |
| CMYK | 0.58 | 0 | 0.13 | 0.05 |
| HSL | 166.29º | 0.85% | 0.68% | - |
| HSV(B) | 166.29º | 0.58% | 0.95% | - |
| XYZ | 49.4 | 71.69 | 72.86 | - |
| YUV | 197.49 | 135.62 | 60.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 243 | 211 | 0.58 | 0 | 0.13 | 0.05 | 166.29 | 0.85 | 0.68 |
| Hex | 67 | F3 | D3 | 3A | 0 | D | 5 | A6 | 55 | 44 |
| Octal | 147 | 363 | 323 | 72 | 0 | 15 | 5 | 246 | 125 | 104 |
| Binary | 1100111 | 11110011 | 11010011 | 111010 | 0 | 1101 | 101 | 10100110 | 1010101 | 1000100 |
Color Harmonies of #67F3D3
Complementary color
Monochromatic Colors of #67F3D3
Black with #67F3D3
Text Example
Text Example
White with #67F3D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67F3D3; }
p { color: rgb(103,243,211); }
H1.HeaderClassName
{
color: #67F3D3;
}
.AnyTagClassName
{
color: #67F3D3;
}
</style>
background-color css
<style>
a { background-color: #67F3D3; }
a { background-color: rgb(103,243,211); }
div.DivClassName
{
background-color: #67F3D3;
}
.BgClassName
{
background-color: #67F3D3;
}
</style>
border-color css
<style>
span { border-color: #67F3D3; }
span { border-color: rgb(103,243,211); }
td.TdClassName
{
border-color: #67F3D3;
}
.TagClassName
{
border-color: #67F3D3;
}
</style>