Shades of Aquamarine #67F3DE
Tints of Aquamarine #67F3DE
RGB
CMYK
RGB Variations
Color information
#67F3DE (or 0x67F3DE) is known color: Aquamarine. HEX triplet: 67, F3 and DE. RGB value is (103,243,222). Sum of RGB (Red+Green+Blue) = 103+243+222=568 (75% of max value = 765). Red value is 103 (40.62% from 255 or 18.13% from 568); Green value is 243 (95.31% from 255 or 42.78% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 243 - color contains mainly: green. Hex color #67F3DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67F3DE is #980C21. Grayscale: #C6C6C6. Windows color (decimal): -9964578 or 14611303. OLE color: 14611303.
HSL color Cylindrical-coordinate representation of color #67F3DE: hue angle of 171º 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 #67F3DE is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 103 | 243 | 222 | - |
| CMYK | 0.58 | 0 | 0.09 | 0.05 |
| HSL | 171º | 0.85% | 0.68% | - |
| HSV(B) | 171º | 0.58% | 0.95% | - |
| XYZ | 50.83 | 72.26 | 80.38 | - |
| YUV | 198.75 | 141.12 | 59.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 243 | 222 | 0.58 | 0 | 0.09 | 0.05 | 171 | 0.85 | 0.68 |
| Hex | 67 | F3 | DE | 3A | 0 | 9 | 5 | AB | 55 | 44 |
| Octal | 147 | 363 | 336 | 72 | 0 | 11 | 5 | 253 | 125 | 104 |
| Binary | 1100111 | 11110011 | 11011110 | 111010 | 0 | 1001 | 101 | 10101011 | 1010101 | 1000100 |
Color Harmonies of #67F3DE
Complementary color
Monochromatic Colors of #67F3DE
Black with #67F3DE
Text Example
Text Example
White with #67F3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67F3DE; }
p { color: rgb(103,243,222); }
H1.HeaderClassName
{
color: #67F3DE;
}
.AnyTagClassName
{
color: #67F3DE;
}
</style>
background-color css
<style>
a { background-color: #67F3DE; }
a { background-color: rgb(103,243,222); }
div.DivClassName
{
background-color: #67F3DE;
}
.BgClassName
{
background-color: #67F3DE;
}
</style>
border-color css
<style>
span { border-color: #67F3DE; }
span { border-color: rgb(103,243,222); }
td.TdClassName
{
border-color: #67F3DE;
}
.TagClassName
{
border-color: #67F3DE;
}
</style>