Shades of Aquamarine #67F1CB
Tints of Aquamarine #67F1CB
RGB
CMYK
RGB Variations
Color information
#67F1CB (or 0x67F1CB) is known color: Aquamarine. HEX triplet: 67, F1 and CB. RGB value is (103,241,203). Sum of RGB (Red+Green+Blue) = 103+241+203=547 (72% of max value = 765). Red value is 103 (40.62% from 255 or 18.83% from 547); Green value is 241 (94.53% from 255 or 44.06% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 241 - color contains mainly: green. Hex color #67F1CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67F1CB is #980E34. Grayscale: #C3C3C3. Windows color (decimal): -9965109 or 13365607. OLE color: 13365607.
HSL color Cylindrical-coordinate representation of color #67F1CB: hue angle of 163.48º 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 #67F1CB is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 103 | 241 | 203 | - |
| CMYK | 0.57 | 0 | 0.16 | 0.05 |
| HSL | 163.48º | 0.83% | 0.67% | - |
| HSV(B) | 163.48º | 0.57% | 0.95% | - |
| XYZ | 47.83 | 70.11 | 67.51 | - |
| YUV | 195.41 | 132.28 | 62.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 241 | 203 | 0.57 | 0 | 0.16 | 0.05 | 163.48 | 0.83 | 0.67 |
| Hex | 67 | F1 | CB | 39 | 0 | 10 | 5 | A3 | 53 | 43 |
| Octal | 147 | 361 | 313 | 71 | 0 | 20 | 5 | 243 | 123 | 103 |
| Binary | 1100111 | 11110001 | 11001011 | 111001 | 0 | 10000 | 101 | 10100011 | 1010011 | 1000011 |
Color Harmonies of #67F1CB
Complementary color
Monochromatic Colors of #67F1CB
Black with #67F1CB
Text Example
Text Example
White with #67F1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67F1CB; }
p { color: rgb(103,241,203); }
H1.HeaderClassName
{
color: #67F1CB;
}
.AnyTagClassName
{
color: #67F1CB;
}
</style>
background-color css
<style>
a { background-color: #67F1CB; }
a { background-color: rgb(103,241,203); }
div.DivClassName
{
background-color: #67F1CB;
}
.BgClassName
{
background-color: #67F1CB;
}
</style>
border-color css
<style>
span { border-color: #67F1CB; }
span { border-color: rgb(103,241,203); }
td.TdClassName
{
border-color: #67F1CB;
}
.TagClassName
{
border-color: #67F1CB;
}
</style>