Shades of Medium Aquamarine #67CF9F
Tints of Medium Aquamarine #67CF9F
RGB
CMYK
RGB Variations
Color information
#67CF9F (or 0x67CF9F) is known color: Medium Aquamarine. HEX triplet: 67, CF and 9F. RGB value is (103,207,159). Sum of RGB (Red+Green+Blue) = 103+207+159=469 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.96% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 159 (62.5% from 255 or 33.90% from 469); Max value from RGB is 207 - color contains mainly: green. Hex color #67CF9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67CF9F is #983060. Grayscale: #AAAAAA. Windows color (decimal): -9973857 or 10473319. OLE color: 10473319.
HSL color Cylindrical-coordinate representation of color #67CF9F: hue angle of 152.31º 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 #67CF9F is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 207 | 159 | - |
| CMYK | 0.50 | 0 | 0.23 | 0.19 |
| HSL | 152.31º | 0.52% | 0.61% | - |
| HSV(B) | 152.31º | 0.5% | 0.81% | - |
| XYZ | 34.16 | 50.01 | 40.65 | - |
| YUV | 170.43 | 121.54 | 79.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 207 | 159 | 0.50 | 0 | 0.23 | 0.19 | 152.31 | 0.52 | 0.61 |
| Hex | 67 | CF | 9F | 32 | 0 | 17 | 13 | 98 | 34 | 3D |
| Octal | 147 | 317 | 237 | 62 | 0 | 27 | 23 | 230 | 64 | 75 |
| Binary | 1100111 | 11001111 | 10011111 | 110010 | 0 | 10111 | 10011 | 10011000 | 110100 | 111101 |
Color Harmonies of #67CF9F
Complementary color
Monochromatic Colors of #67CF9F
Black with #67CF9F
Text Example
Text Example
White with #67CF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CF9F; }
p { color: rgb(103,207,159); }
H1.HeaderClassName
{
color: #67CF9F;
}
.AnyTagClassName
{
color: #67CF9F;
}
</style>
background-color css
<style>
a { background-color: #67CF9F; }
a { background-color: rgb(103,207,159); }
div.DivClassName
{
background-color: #67CF9F;
}
.BgClassName
{
background-color: #67CF9F;
}
</style>
border-color css
<style>
span { border-color: #67CF9F; }
span { border-color: rgb(103,207,159); }
td.TdClassName
{
border-color: #67CF9F;
}
.TagClassName
{
border-color: #67CF9F;
}
</style>