Shades of Medium Aquamarine #68CF9C
Tints of Medium Aquamarine #68CF9C
RGB
CMYK
RGB Variations
Color information
#68CF9C (or 0x68CF9C) is known color: Medium Aquamarine. HEX triplet: 68, CF and 9C. RGB value is (104,207,156). Sum of RGB (Red+Green+Blue) = 104+207+156=467 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.27% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 156 (61.33% from 255 or 33.40% from 467); Max value from RGB is 207 - color contains mainly: green. Hex color #68CF9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CF9C is #973063. Grayscale: #AAAAAA. Windows color (decimal): -9908324 or 10276712. OLE color: 10276712.
HSL color Cylindrical-coordinate representation of color #68CF9C: hue angle of 150.29º 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 #68CF9C is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 207 | 156 | - |
| CMYK | 0.50 | 0 | 0.25 | 0.19 |
| HSL | 150.29º | 0.52% | 0.61% | - |
| HSV(B) | 150.29º | 0.5% | 0.81% | - |
| XYZ | 34.02 | 49.97 | 39.3 | - |
| YUV | 170.39 | 119.88 | 80.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 207 | 156 | 0.50 | 0 | 0.25 | 0.19 | 150.29 | 0.52 | 0.61 |
| Hex | 68 | CF | 9C | 32 | 0 | 19 | 13 | 96 | 34 | 3D |
| Octal | 150 | 317 | 234 | 62 | 0 | 31 | 23 | 226 | 64 | 75 |
| Binary | 1101000 | 11001111 | 10011100 | 110010 | 0 | 11001 | 10011 | 10010110 | 110100 | 111101 |
Color Harmonies of #68CF9C
Complementary color
Monochromatic Colors of #68CF9C
Black with #68CF9C
Text Example
Text Example
White with #68CF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CF9C; }
p { color: rgb(104,207,156); }
H1.HeaderClassName
{
color: #68CF9C;
}
.AnyTagClassName
{
color: #68CF9C;
}
</style>
background-color css
<style>
a { background-color: #68CF9C; }
a { background-color: rgb(104,207,156); }
div.DivClassName
{
background-color: #68CF9C;
}
.BgClassName
{
background-color: #68CF9C;
}
</style>
border-color css
<style>
span { border-color: #68CF9C; }
span { border-color: rgb(104,207,156); }
td.TdClassName
{
border-color: #68CF9C;
}
.TagClassName
{
border-color: #68CF9C;
}
</style>