Shades of Medium Aquamarine #68CAA1
Tints of Medium Aquamarine #68CAA1
RGB
CMYK
RGB Variations
Color information
#68CAA1 (or 0x68CAA1) is known color: Medium Aquamarine. HEX triplet: 68, CA and A1. RGB value is (104,202,161). Sum of RGB (Red+Green+Blue) = 104+202+161=467 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.27% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 161 (63.28% from 255 or 34.48% from 467); Max value from RGB is 202 - color contains mainly: green. Hex color #68CAA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CAA1 is #97355E. Grayscale: #A8A8A8. Windows color (decimal): -9909599 or 10603112. OLE color: 10603112.
HSL color Cylindrical-coordinate representation of color #68CAA1: hue angle of 154.9º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68CAA1 is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 202 | 161 | - |
| CMYK | 0.49 | 0 | 0.20 | 0.21 |
| HSL | 154.9º | 0.48% | 0.6% | - |
| HSV(B) | 154.9º | 0.49% | 0.79% | - |
| XYZ | 33.26 | 47.76 | 41.18 | - |
| YUV | 168.02 | 124.03 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 202 | 161 | 0.49 | 0 | 0.20 | 0.21 | 154.9 | 0.48 | 0.6 |
| Hex | 68 | CA | A1 | 31 | 0 | 14 | 15 | 9B | 30 | 3C |
| Octal | 150 | 312 | 241 | 61 | 0 | 24 | 25 | 233 | 60 | 74 |
| Binary | 1101000 | 11001010 | 10100001 | 110001 | 0 | 10100 | 10101 | 10011011 | 110000 | 111100 |
Color Harmonies of #68CAA1
Complementary color
Monochromatic Colors of #68CAA1
Black with #68CAA1
Text Example
Text Example
White with #68CAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CAA1; }
p { color: rgb(104,202,161); }
H1.HeaderClassName
{
color: #68CAA1;
}
.AnyTagClassName
{
color: #68CAA1;
}
</style>
background-color css
<style>
a { background-color: #68CAA1; }
a { background-color: rgb(104,202,161); }
div.DivClassName
{
background-color: #68CAA1;
}
.BgClassName
{
background-color: #68CAA1;
}
</style>
border-color css
<style>
span { border-color: #68CAA1; }
span { border-color: rgb(104,202,161); }
td.TdClassName
{
border-color: #68CAA1;
}
.TagClassName
{
border-color: #68CAA1;
}
</style>