Shades of Aquamarine #67EFCB
Tints of Aquamarine #67EFCB
RGB
CMYK
RGB Variations
Color information
#67EFCB (or 0x67EFCB) is known color: Aquamarine. HEX triplet: 67, EF and CB. RGB value is (103,239,203). Sum of RGB (Red+Green+Blue) = 103+239+203=545 (72% of max value = 765). Red value is 103 (40.62% from 255 or 18.90% from 545); Green value is 239 (93.75% from 255 or 43.85% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 239 - color contains mainly: green. Hex color #67EFCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67EFCB is #981034. Grayscale: #C2C2C2. Windows color (decimal): -9965621 or 13365095. OLE color: 13365095.
HSL color Cylindrical-coordinate representation of color #67EFCB: hue angle of 164.12º degrees, saturation: 0.81, 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 #67EFCB is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 103 | 239 | 203 | - |
| CMYK | 0.57 | 0 | 0.15 | 0.06 |
| HSL | 164.12º | 0.81% | 0.67% | - |
| HSV(B) | 164.12º | 0.57% | 0.94% | - |
| XYZ | 47.24 | 68.93 | 67.31 | - |
| YUV | 194.23 | 132.94 | 62.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 239 | 203 | 0.57 | 0 | 0.15 | 0.06 | 164.12 | 0.81 | 0.67 |
| Hex | 67 | EF | CB | 39 | 0 | F | 6 | A4 | 51 | 43 |
| Octal | 147 | 357 | 313 | 71 | 0 | 17 | 6 | 244 | 121 | 103 |
| Binary | 1100111 | 11101111 | 11001011 | 111001 | 0 | 1111 | 110 | 10100100 | 1010001 | 1000011 |
Color Harmonies of #67EFCB
Complementary color
Monochromatic Colors of #67EFCB
Black with #67EFCB
Text Example
Text Example
White with #67EFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67EFCB; }
p { color: rgb(103,239,203); }
H1.HeaderClassName
{
color: #67EFCB;
}
.AnyTagClassName
{
color: #67EFCB;
}
</style>
background-color css
<style>
a { background-color: #67EFCB; }
a { background-color: rgb(103,239,203); }
div.DivClassName
{
background-color: #67EFCB;
}
.BgClassName
{
background-color: #67EFCB;
}
</style>
border-color css
<style>
span { border-color: #67EFCB; }
span { border-color: rgb(103,239,203); }
td.TdClassName
{
border-color: #67EFCB;
}
.TagClassName
{
border-color: #67EFCB;
}
</style>