Shades of Medium Aquamarine #67CEB0
Tints of Medium Aquamarine #67CEB0
RGB
CMYK
RGB Variations
Color information
#67CEB0 (or 0x67CEB0) is known color: Medium Aquamarine. HEX triplet: 67, CE and B0. RGB value is (103,206,176). Sum of RGB (Red+Green+Blue) = 103+206+176=485 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.24% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 176 (69.14% from 255 or 36.29% from 485); Max value from RGB is 206 - color contains mainly: green. Hex color #67CEB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67CEB0 is #98314F. Grayscale: #ABABAB. Windows color (decimal): -9974096 or 11587175. OLE color: 11587175.
HSL color Cylindrical-coordinate representation of color #67CEB0: hue angle of 162.52º 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 #67CEB0 is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 206 | 176 | - |
| CMYK | 0.50 | 0 | 0.15 | 0.19 |
| HSL | 162.52º | 0.51% | 0.61% | - |
| HSV(B) | 162.52º | 0.5% | 0.81% | - |
| XYZ | 35.5 | 50.16 | 48.89 | - |
| YUV | 171.78 | 130.38 | 78.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 206 | 176 | 0.50 | 0 | 0.15 | 0.19 | 162.52 | 0.51 | 0.61 |
| Hex | 67 | CE | B0 | 32 | 0 | F | 13 | A3 | 33 | 3D |
| Octal | 147 | 316 | 260 | 62 | 0 | 17 | 23 | 243 | 63 | 75 |
| Binary | 1100111 | 11001110 | 10110000 | 110010 | 0 | 1111 | 10011 | 10100011 | 110011 | 111101 |
Color Harmonies of #67CEB0
Complementary color
Monochromatic Colors of #67CEB0
Black with #67CEB0
Text Example
Text Example
White with #67CEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CEB0; }
p { color: rgb(103,206,176); }
H1.HeaderClassName
{
color: #67CEB0;
}
.AnyTagClassName
{
color: #67CEB0;
}
</style>
background-color css
<style>
a { background-color: #67CEB0; }
a { background-color: rgb(103,206,176); }
div.DivClassName
{
background-color: #67CEB0;
}
.BgClassName
{
background-color: #67CEB0;
}
</style>
border-color css
<style>
span { border-color: #67CEB0; }
span { border-color: rgb(103,206,176); }
td.TdClassName
{
border-color: #67CEB0;
}
.TagClassName
{
border-color: #67CEB0;
}
</style>