Shades of Medium Aquamarine #68CAB4
Tints of Medium Aquamarine #68CAB4
RGB
CMYK
RGB Variations
Color information
#68CAB4 (or 0x68CAB4) is known color: Medium Aquamarine. HEX triplet: 68, CA and B4. RGB value is (104,202,180). Sum of RGB (Red+Green+Blue) = 104+202+180=486 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.40% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 180 (70.70% from 255 or 37.04% from 486); Max value from RGB is 202 - color contains mainly: green. Hex color #68CAB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CAB4 is #97354B. Grayscale: #AAAAAA. Windows color (decimal): -9909580 or 11848296. OLE color: 11848296.
HSL color Cylindrical-coordinate representation of color #68CAB4: hue angle of 166.53º 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 #68CAB4 is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 202 | 180 | - |
| CMYK | 0.49 | 0 | 0.11 | 0.21 |
| HSL | 166.53º | 0.48% | 0.6% | - |
| HSV(B) | 166.53º | 0.49% | 0.79% | - |
| XYZ | 35.07 | 48.48 | 50.69 | - |
| YUV | 170.19 | 133.53 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 202 | 180 | 0.49 | 0 | 0.11 | 0.21 | 166.53 | 0.48 | 0.6 |
| Hex | 68 | CA | B4 | 31 | 0 | B | 15 | A7 | 30 | 3C |
| Octal | 150 | 312 | 264 | 61 | 0 | 13 | 25 | 247 | 60 | 74 |
| Binary | 1101000 | 11001010 | 10110100 | 110001 | 0 | 1011 | 10101 | 10100111 | 110000 | 111100 |
Color Harmonies of #68CAB4
Complementary color
Monochromatic Colors of #68CAB4
Black with #68CAB4
Text Example
Text Example
White with #68CAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CAB4; }
p { color: rgb(104,202,180); }
H1.HeaderClassName
{
color: #68CAB4;
}
.AnyTagClassName
{
color: #68CAB4;
}
</style>
background-color css
<style>
a { background-color: #68CAB4; }
a { background-color: rgb(104,202,180); }
div.DivClassName
{
background-color: #68CAB4;
}
.BgClassName
{
background-color: #68CAB4;
}
</style>
border-color css
<style>
span { border-color: #68CAB4; }
span { border-color: rgb(104,202,180); }
td.TdClassName
{
border-color: #68CAB4;
}
.TagClassName
{
border-color: #68CAB4;
}
</style>