Shades of Medium Aquamarine #67CFB2
Tints of Medium Aquamarine #67CFB2
RGB
CMYK
RGB Variations
Color information
#67CFB2 (or 0x67CFB2) is known color: Medium Aquamarine. HEX triplet: 67, CF and B2. RGB value is (103,207,178). Sum of RGB (Red+Green+Blue) = 103+207+178=488 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.11% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 178 (69.92% from 255 or 36.48% from 488); Max value from RGB is 207 - color contains mainly: green. Hex color #67CFB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67CFB2 is #98304D. Grayscale: #ACACAC. Windows color (decimal): -9973838 or 11718503. OLE color: 11718503.
HSL color Cylindrical-coordinate representation of color #67CFB2: hue angle of 163.27º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67CFB2 is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 207 | 178 | - |
| CMYK | 0.50 | 0 | 0.14 | 0.19 |
| HSL | 163.27º | 0.52% | 0.61% | - |
| HSV(B) | 163.27º | 0.5% | 0.81% | - |
| XYZ | 35.94 | 50.72 | 50.02 | - |
| YUV | 172.6 | 131.04 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 207 | 178 | 0.50 | 0 | 0.14 | 0.19 | 163.27 | 0.52 | 0.61 |
| Hex | 67 | CF | B2 | 32 | 0 | E | 13 | A3 | 34 | 3D |
| Octal | 147 | 317 | 262 | 62 | 0 | 16 | 23 | 243 | 64 | 75 |
| Binary | 1100111 | 11001111 | 10110010 | 110010 | 0 | 1110 | 10011 | 10100011 | 110100 | 111101 |
Color Harmonies of #67CFB2
Complementary color
Monochromatic Colors of #67CFB2
Black with #67CFB2
Text Example
Text Example
White with #67CFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CFB2; }
p { color: rgb(103,207,178); }
H1.HeaderClassName
{
color: #67CFB2;
}
.AnyTagClassName
{
color: #67CFB2;
}
</style>
background-color css
<style>
a { background-color: #67CFB2; }
a { background-color: rgb(103,207,178); }
div.DivClassName
{
background-color: #67CFB2;
}
.BgClassName
{
background-color: #67CFB2;
}
</style>
border-color css
<style>
span { border-color: #67CFB2; }
span { border-color: rgb(103,207,178); }
td.TdClassName
{
border-color: #67CFB2;
}
.TagClassName
{
border-color: #67CFB2;
}
</style>