Shades of Aquamarine #67F1DC
Tints of Aquamarine #67F1DC
RGB
CMYK
RGB Variations
Color information
#67F1DC (or 0x67F1DC) is known color: Aquamarine. HEX triplet: 67, F1 and DC. RGB value is (103,241,220). Sum of RGB (Red+Green+Blue) = 103+241+220=564 (74% of max value = 765). Red value is 103 (40.62% from 255 or 18.26% from 564); Green value is 241 (94.53% from 255 or 42.73% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 241 - color contains mainly: green. Hex color #67F1DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67F1DC is #980E23. Grayscale: #C5C5C5. Windows color (decimal): -9965092 or 14479719. OLE color: 14479719.
HSL color Cylindrical-coordinate representation of color #67F1DC: hue angle of 170.87º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67F1DC is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 103 | 241 | 220 | - |
| CMYK | 0.57 | 0 | 0.09 | 0.05 |
| HSL | 170.87º | 0.83% | 0.67% | - |
| HSV(B) | 170.87º | 0.57% | 0.95% | - |
| XYZ | 49.97 | 70.96 | 78.77 | - |
| YUV | 197.34 | 140.78 | 60.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 241 | 220 | 0.57 | 0 | 0.09 | 0.05 | 170.87 | 0.83 | 0.67 |
| Hex | 67 | F1 | DC | 39 | 0 | 9 | 5 | AB | 53 | 43 |
| Octal | 147 | 361 | 334 | 71 | 0 | 11 | 5 | 253 | 123 | 103 |
| Binary | 1100111 | 11110001 | 11011100 | 111001 | 0 | 1001 | 101 | 10101011 | 1010011 | 1000011 |
Color Harmonies of #67F1DC
Complementary color
Monochromatic Colors of #67F1DC
Black with #67F1DC
Text Example
Text Example
White with #67F1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67F1DC; }
p { color: rgb(103,241,220); }
H1.HeaderClassName
{
color: #67F1DC;
}
.AnyTagClassName
{
color: #67F1DC;
}
</style>
background-color css
<style>
a { background-color: #67F1DC; }
a { background-color: rgb(103,241,220); }
div.DivClassName
{
background-color: #67F1DC;
}
.BgClassName
{
background-color: #67F1DC;
}
</style>
border-color css
<style>
span { border-color: #67F1DC; }
span { border-color: rgb(103,241,220); }
td.TdClassName
{
border-color: #67F1DC;
}
.TagClassName
{
border-color: #67F1DC;
}
</style>