Shades of Medium Aquamarine #67CEB4
Tints of Medium Aquamarine #67CEB4
RGB
CMYK
RGB Variations
Color information
#67CEB4 (or 0x67CEB4) is known color: Medium Aquamarine. HEX triplet: 67, CE and B4. RGB value is (103,206,180). Sum of RGB (Red+Green+Blue) = 103+206+180=489 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.06% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 180 (70.70% from 255 or 36.81% from 489); Max value from RGB is 206 - color contains mainly: green. Hex color #67CEB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CEB4 is #98314B. Grayscale: #ACACAC. Windows color (decimal): -9974092 or 11849319. OLE color: 11849319.
HSL color Cylindrical-coordinate representation of color #67CEB4: hue angle of 164.85º degrees, saturation: 0.51, 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 #67CEB4 is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 206 | 180 | - |
| CMYK | 0.50 | 0 | 0.13 | 0.19 |
| HSL | 164.85º | 0.51% | 0.61% | - |
| HSV(B) | 164.85º | 0.5% | 0.81% | - |
| XYZ | 35.9 | 50.32 | 51 | - |
| YUV | 172.24 | 132.38 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 206 | 180 | 0.50 | 0 | 0.13 | 0.19 | 164.85 | 0.51 | 0.61 |
| Hex | 67 | CE | B4 | 32 | 0 | D | 13 | A5 | 33 | 3D |
| Octal | 147 | 316 | 264 | 62 | 0 | 15 | 23 | 245 | 63 | 75 |
| Binary | 1100111 | 11001110 | 10110100 | 110010 | 0 | 1101 | 10011 | 10100101 | 110011 | 111101 |
Color Harmonies of #67CEB4
Complementary color
Monochromatic Colors of #67CEB4
Black with #67CEB4
Text Example
Text Example
White with #67CEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CEB4; }
p { color: rgb(103,206,180); }
H1.HeaderClassName
{
color: #67CEB4;
}
.AnyTagClassName
{
color: #67CEB4;
}
</style>
background-color css
<style>
a { background-color: #67CEB4; }
a { background-color: rgb(103,206,180); }
div.DivClassName
{
background-color: #67CEB4;
}
.BgClassName
{
background-color: #67CEB4;
}
</style>
border-color css
<style>
span { border-color: #67CEB4; }
span { border-color: rgb(103,206,180); }
td.TdClassName
{
border-color: #67CEB4;
}
.TagClassName
{
border-color: #67CEB4;
}
</style>