Shades of Medium Aquamarine #68CBAE
Tints of Medium Aquamarine #68CBAE
RGB
CMYK
RGB Variations
Color information
#68CBAE (or 0x68CBAE) is known color: Medium Aquamarine. HEX triplet: 68, CB and AE. RGB value is (104,203,174). Sum of RGB (Red+Green+Blue) = 104+203+174=481 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.62% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 174 (68.36% from 255 or 36.17% from 481); Max value from RGB is 203 - color contains mainly: green. Hex color #68CBAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CBAE is #973451. Grayscale: #AAAAAA. Windows color (decimal): -9909330 or 11455336. OLE color: 11455336.
HSL color Cylindrical-coordinate representation of color #68CBAE: hue angle of 162.42º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68CBAE is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 203 | 174 | - |
| CMYK | 0.49 | 0 | 0.14 | 0.20 |
| HSL | 162.42º | 0.49% | 0.6% | - |
| HSV(B) | 162.42º | 0.49% | 0.8% | - |
| XYZ | 34.7 | 48.71 | 47.62 | - |
| YUV | 170.09 | 130.2 | 80.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 203 | 174 | 0.49 | 0 | 0.14 | 0.20 | 162.42 | 0.49 | 0.6 |
| Hex | 68 | CB | AE | 31 | 0 | E | 14 | A2 | 31 | 3C |
| Octal | 150 | 313 | 256 | 61 | 0 | 16 | 24 | 242 | 61 | 74 |
| Binary | 1101000 | 11001011 | 10101110 | 110001 | 0 | 1110 | 10100 | 10100010 | 110001 | 111100 |
Color Harmonies of #68CBAE
Complementary color
Monochromatic Colors of #68CBAE
Black with #68CBAE
Text Example
Text Example
White with #68CBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CBAE; }
p { color: rgb(104,203,174); }
H1.HeaderClassName
{
color: #68CBAE;
}
.AnyTagClassName
{
color: #68CBAE;
}
</style>
background-color css
<style>
a { background-color: #68CBAE; }
a { background-color: rgb(104,203,174); }
div.DivClassName
{
background-color: #68CBAE;
}
.BgClassName
{
background-color: #68CBAE;
}
</style>
border-color css
<style>
span { border-color: #68CBAE; }
span { border-color: rgb(104,203,174); }
td.TdClassName
{
border-color: #68CBAE;
}
.TagClassName
{
border-color: #68CBAE;
}
</style>