Shades of Aquamarine #67F0D3
Tints of Aquamarine #67F0D3
RGB
CMYK
RGB Variations
Color information
#67F0D3 (or 0x67F0D3) is known color: Aquamarine. HEX triplet: 67, F0 and D3. RGB value is (103,240,211). Sum of RGB (Red+Green+Blue) = 103+240+211=554 (73% of max value = 765). Red value is 103 (40.62% from 255 or 18.59% from 554); Green value is 240 (94.14% from 255 or 43.32% from 554); Blue value is 211 (82.81% from 255 or 38.09% from 554); Max value from RGB is 240 - color contains mainly: green. Hex color #67F0D3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67F0D3 is #980F2C. Grayscale: #C3C3C3. Windows color (decimal): -9965357 or 13889639. OLE color: 13889639.
HSL color Cylindrical-coordinate representation of color #67F0D3: hue angle of 167.3º 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 #67F0D3 is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 103 | 240 | 211 | - |
| CMYK | 0.57 | 0 | 0.12 | 0.06 |
| HSL | 167.3º | 0.82% | 0.67% | - |
| HSV(B) | 167.3º | 0.57% | 0.94% | - |
| XYZ | 48.51 | 69.91 | 72.56 | - |
| YUV | 195.73 | 136.61 | 61.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 240 | 211 | 0.57 | 0 | 0.12 | 0.06 | 167.3 | 0.82 | 0.67 |
| Hex | 67 | F0 | D3 | 39 | 0 | C | 6 | A7 | 52 | 43 |
| Octal | 147 | 360 | 323 | 71 | 0 | 14 | 6 | 247 | 122 | 103 |
| Binary | 1100111 | 11110000 | 11010011 | 111001 | 0 | 1100 | 110 | 10100111 | 1010010 | 1000011 |
Color Harmonies of #67F0D3
Complementary color
Monochromatic Colors of #67F0D3
Black with #67F0D3
Text Example
Text Example
White with #67F0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67F0D3; }
p { color: rgb(103,240,211); }
H1.HeaderClassName
{
color: #67F0D3;
}
.AnyTagClassName
{
color: #67F0D3;
}
</style>
background-color css
<style>
a { background-color: #67F0D3; }
a { background-color: rgb(103,240,211); }
div.DivClassName
{
background-color: #67F0D3;
}
.BgClassName
{
background-color: #67F0D3;
}
</style>
border-color css
<style>
span { border-color: #67F0D3; }
span { border-color: rgb(103,240,211); }
td.TdClassName
{
border-color: #67F0D3;
}
.TagClassName
{
border-color: #67F0D3;
}
</style>