Shades of Medium Aquamarine #68CAB3
Tints of Medium Aquamarine #68CAB3
RGB
CMYK
RGB Variations
Color information
#68CAB3 (or 0x68CAB3) is known color: Medium Aquamarine. HEX triplet: 68, CA and B3. RGB value is (104,202,179). Sum of RGB (Red+Green+Blue) = 104+202+179=485 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.44% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 179 (70.31% from 255 or 36.91% from 485); Max value from RGB is 202 - color contains mainly: green. Hex color #68CAB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CAB3 is #97354C. Grayscale: #AAAAAA. Windows color (decimal): -9909581 or 11782760. OLE color: 11782760.
HSL color Cylindrical-coordinate representation of color #68CAB3: hue angle of 165.92º 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 #68CAB3 is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 202 | 179 | - |
| CMYK | 0.49 | 0 | 0.11 | 0.21 |
| HSL | 165.92º | 0.48% | 0.6% | - |
| HSV(B) | 165.92º | 0.49% | 0.79% | - |
| XYZ | 34.97 | 48.44 | 50.15 | - |
| YUV | 170.08 | 133.03 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 202 | 179 | 0.49 | 0 | 0.11 | 0.21 | 165.92 | 0.48 | 0.6 |
| Hex | 68 | CA | B3 | 31 | 0 | B | 15 | A6 | 30 | 3C |
| Octal | 150 | 312 | 263 | 61 | 0 | 13 | 25 | 246 | 60 | 74 |
| Binary | 1101000 | 11001010 | 10110011 | 110001 | 0 | 1011 | 10101 | 10100110 | 110000 | 111100 |
Color Harmonies of #68CAB3
Complementary color
Monochromatic Colors of #68CAB3
Black with #68CAB3
Text Example
Text Example
White with #68CAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CAB3; }
p { color: rgb(104,202,179); }
H1.HeaderClassName
{
color: #68CAB3;
}
.AnyTagClassName
{
color: #68CAB3;
}
</style>
background-color css
<style>
a { background-color: #68CAB3; }
a { background-color: rgb(104,202,179); }
div.DivClassName
{
background-color: #68CAB3;
}
.BgClassName
{
background-color: #68CAB3;
}
</style>
border-color css
<style>
span { border-color: #68CAB3; }
span { border-color: rgb(104,202,179); }
td.TdClassName
{
border-color: #68CAB3;
}
.TagClassName
{
border-color: #68CAB3;
}
</style>