Shades of Aquamarine #67EECF
Tints of Aquamarine #67EECF
RGB
CMYK
RGB Variations
Color information
#67EECF (or 0x67EECF) is known color: Aquamarine. HEX triplet: 67, EE and CF. RGB value is (103,238,207). Sum of RGB (Red+Green+Blue) = 103+238+207=548 (72% of max value = 765). Red value is 103 (40.62% from 255 or 18.80% from 548); Green value is 238 (93.36% from 255 or 43.43% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 238 - color contains mainly: green. Hex color #67EECF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67EECF is #981130. Grayscale: #C2C2C2. Windows color (decimal): -9965873 or 13626983. OLE color: 13626983.
HSL color Cylindrical-coordinate representation of color #67EECF: hue angle of 166.22º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67EECF is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 238 | 207 | - |
| CMYK | 0.57 | 0 | 0.13 | 0.07 |
| HSL | 166.22º | 0.8% | 0.67% | - |
| HSV(B) | 166.22º | 0.57% | 0.93% | - |
| XYZ | 47.43 | 68.54 | 69.76 | - |
| YUV | 194.1 | 135.27 | 63.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 238 | 207 | 0.57 | 0 | 0.13 | 0.07 | 166.22 | 0.8 | 0.67 |
| Hex | 67 | EE | CF | 39 | 0 | D | 7 | A6 | 50 | 43 |
| Octal | 147 | 356 | 317 | 71 | 0 | 15 | 7 | 246 | 120 | 103 |
| Binary | 1100111 | 11101110 | 11001111 | 111001 | 0 | 1101 | 111 | 10100110 | 1010000 | 1000011 |
Color Harmonies of #67EECF
Complementary color
Monochromatic Colors of #67EECF
Black with #67EECF
Text Example
Text Example
White with #67EECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67EECF; }
p { color: rgb(103,238,207); }
H1.HeaderClassName
{
color: #67EECF;
}
.AnyTagClassName
{
color: #67EECF;
}
</style>
background-color css
<style>
a { background-color: #67EECF; }
a { background-color: rgb(103,238,207); }
div.DivClassName
{
background-color: #67EECF;
}
.BgClassName
{
background-color: #67EECF;
}
</style>
border-color css
<style>
span { border-color: #67EECF; }
span { border-color: rgb(103,238,207); }
td.TdClassName
{
border-color: #67EECF;
}
.TagClassName
{
border-color: #67EECF;
}
</style>