Shades of Aquamarine #67F5D2
Tints of Aquamarine #67F5D2
RGB
CMYK
RGB Variations
Color information
#67F5D2 (or 0x67F5D2) is known color: Aquamarine. HEX triplet: 67, F5 and D2. RGB value is (103,245,210). Sum of RGB (Red+Green+Blue) = 103+245+210=558 (73% of max value = 765). Red value is 103 (40.62% from 255 or 18.46% from 558); Green value is 245 (96.09% from 255 or 43.91% from 558); Blue value is 210 (82.42% from 255 or 37.63% from 558); Max value from RGB is 245 - color contains mainly: green. Hex color #67F5D2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67F5D2 is #980A2D. Grayscale: #C6C6C6. Windows color (decimal): -9964078 or 13825383. OLE color: 13825383.
HSL color Cylindrical-coordinate representation of color #67F5D2: hue angle of 165.21º degrees, saturation: 0.88, 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 #67F5D2 is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 103 | 245 | 210 | - |
| CMYK | 0.58 | 0 | 0.14 | 0.04 |
| HSL | 165.21º | 0.88% | 0.68% | - |
| HSV(B) | 165.21º | 0.58% | 0.96% | - |
| XYZ | 49.88 | 72.84 | 72.4 | - |
| YUV | 198.55 | 134.46 | 59.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 245 | 210 | 0.58 | 0 | 0.14 | 0.04 | 165.21 | 0.88 | 0.68 |
| Hex | 67 | F5 | D2 | 3A | 0 | E | 4 | A5 | 58 | 44 |
| Octal | 147 | 365 | 322 | 72 | 0 | 16 | 4 | 245 | 130 | 104 |
| Binary | 1100111 | 11110101 | 11010010 | 111010 | 0 | 1110 | 100 | 10100101 | 1011000 | 1000100 |
Color Harmonies of #67F5D2
Complementary color
Monochromatic Colors of #67F5D2
Black with #67F5D2
Text Example
Text Example
White with #67F5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67F5D2; }
p { color: rgb(103,245,210); }
H1.HeaderClassName
{
color: #67F5D2;
}
.AnyTagClassName
{
color: #67F5D2;
}
</style>
background-color css
<style>
a { background-color: #67F5D2; }
a { background-color: rgb(103,245,210); }
div.DivClassName
{
background-color: #67F5D2;
}
.BgClassName
{
background-color: #67F5D2;
}
</style>
border-color css
<style>
span { border-color: #67F5D2; }
span { border-color: rgb(103,245,210); }
td.TdClassName
{
border-color: #67F5D2;
}
.TagClassName
{
border-color: #67F5D2;
}
</style>