Shades of Medium Aquamarine #67DEAB
Tints of Medium Aquamarine #67DEAB
RGB
CMYK
RGB Variations
Color information
#67DEAB (or 0x67DEAB) is known color: Medium Aquamarine. HEX triplet: 67, DE and AB. RGB value is (103,222,171). Sum of RGB (Red+Green+Blue) = 103+222+171=496 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.77% from 496); Green value is 222 (87.11% from 255 or 44.76% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 222 - color contains mainly: green. Hex color #67DEAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67DEAB is #982154. Grayscale: #B4B4B4. Windows color (decimal): -9970005 or 11263591. OLE color: 11263591.
HSL color Cylindrical-coordinate representation of color #67DEAB: hue angle of 154.29º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #67DEAB is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 222 | 171 | - |
| CMYK | 0.54 | 0 | 0.23 | 0.13 |
| HSL | 154.29º | 0.64% | 0.64% | - |
| HSV(B) | 154.29º | 0.54% | 0.87% | - |
| XYZ | 39.07 | 58.07 | 47.68 | - |
| YUV | 180.61 | 122.58 | 72.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 222 | 171 | 0.54 | 0 | 0.23 | 0.13 | 154.29 | 0.64 | 0.64 |
| Hex | 67 | DE | AB | 36 | 0 | 17 | D | 9A | 40 | 40 |
| Octal | 147 | 336 | 253 | 66 | 0 | 27 | 15 | 232 | 100 | 100 |
| Binary | 1100111 | 11011110 | 10101011 | 110110 | 0 | 10111 | 1101 | 10011010 | 1000000 | 1000000 |
Color Harmonies of #67DEAB
Complementary color
Monochromatic Colors of #67DEAB
Black with #67DEAB
Text Example
Text Example
White with #67DEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DEAB; }
p { color: rgb(103,222,171); }
H1.HeaderClassName
{
color: #67DEAB;
}
.AnyTagClassName
{
color: #67DEAB;
}
</style>
background-color css
<style>
a { background-color: #67DEAB; }
a { background-color: rgb(103,222,171); }
div.DivClassName
{
background-color: #67DEAB;
}
.BgClassName
{
background-color: #67DEAB;
}
</style>
border-color css
<style>
span { border-color: #67DEAB; }
span { border-color: rgb(103,222,171); }
td.TdClassName
{
border-color: #67DEAB;
}
.TagClassName
{
border-color: #67DEAB;
}
</style>