Shades of Medium Aquamarine #67CBAC
Tints of Medium Aquamarine #67CBAC
RGB
CMYK
RGB Variations
Color information
#67CBAC (or 0x67CBAC) is known color: Medium Aquamarine. HEX triplet: 67, CB and AC. RGB value is (103,203,172). Sum of RGB (Red+Green+Blue) = 103+203+172=478 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.55% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 203 - color contains mainly: green. Hex color #67CBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67CBAC is #983453. Grayscale: #A9A9A9. Windows color (decimal): -9974868 or 11324263. OLE color: 11324263.
HSL color Cylindrical-coordinate representation of color #67CBAC: hue angle of 161.4º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #67CBAC is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 203 | 172 | - |
| CMYK | 0.49 | 0 | 0.15 | 0.20 |
| HSL | 161.4º | 0.49% | 0.6% | - |
| HSV(B) | 161.4º | 0.49% | 0.8% | - |
| XYZ | 34.4 | 48.57 | 46.59 | - |
| YUV | 169.57 | 129.37 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 203 | 172 | 0.49 | 0 | 0.15 | 0.20 | 161.4 | 0.49 | 0.6 |
| Hex | 67 | CB | AC | 31 | 0 | F | 14 | A1 | 31 | 3C |
| Octal | 147 | 313 | 254 | 61 | 0 | 17 | 24 | 241 | 61 | 74 |
| Binary | 1100111 | 11001011 | 10101100 | 110001 | 0 | 1111 | 10100 | 10100001 | 110001 | 111100 |
Color Harmonies of #67CBAC
Complementary color
Monochromatic Colors of #67CBAC
Black with #67CBAC
Text Example
Text Example
White with #67CBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CBAC; }
p { color: rgb(103,203,172); }
H1.HeaderClassName
{
color: #67CBAC;
}
.AnyTagClassName
{
color: #67CBAC;
}
</style>
background-color css
<style>
a { background-color: #67CBAC; }
a { background-color: rgb(103,203,172); }
div.DivClassName
{
background-color: #67CBAC;
}
.BgClassName
{
background-color: #67CBAC;
}
</style>
border-color css
<style>
span { border-color: #67CBAC; }
span { border-color: rgb(103,203,172); }
td.TdClassName
{
border-color: #67CBAC;
}
.TagClassName
{
border-color: #67CBAC;
}
</style>