Shades of Aquamarine #68EECB
Tints of Aquamarine #68EECB
RGB
CMYK
RGB Variations
Color information
#68EECB (or 0x68EECB) is known color: Aquamarine. HEX triplet: 68, EE and CB. RGB value is (104,238,203). Sum of RGB (Red+Green+Blue) = 104+238+203=545 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.08% from 545); Green value is 238 (93.36% from 255 or 43.67% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 238 - color contains mainly: green. Hex color #68EECB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EECB is #971134. Grayscale: #C1C1C1. Windows color (decimal): -9900341 or 13364840. OLE color: 13364840.
HSL color Cylindrical-coordinate representation of color #68EECB: hue angle of 164.33º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EECB is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 238 | 203 | - |
| CMYK | 0.56 | 0 | 0.15 | 0.07 |
| HSL | 164.33º | 0.8% | 0.67% | - |
| HSV(B) | 164.33º | 0.56% | 0.93% | - |
| XYZ | 47.06 | 68.4 | 67.22 | - |
| YUV | 193.94 | 133.11 | 63.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 238 | 203 | 0.56 | 0 | 0.15 | 0.07 | 164.33 | 0.8 | 0.67 |
| Hex | 68 | EE | CB | 38 | 0 | F | 7 | A4 | 50 | 43 |
| Octal | 150 | 356 | 313 | 70 | 0 | 17 | 7 | 244 | 120 | 103 |
| Binary | 1101000 | 11101110 | 11001011 | 111000 | 0 | 1111 | 111 | 10100100 | 1010000 | 1000011 |
Color Harmonies of #68EECB
Complementary color
Monochromatic Colors of #68EECB
Black with #68EECB
Text Example
Text Example
White with #68EECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EECB; }
p { color: rgb(104,238,203); }
H1.HeaderClassName
{
color: #68EECB;
}
.AnyTagClassName
{
color: #68EECB;
}
</style>
background-color css
<style>
a { background-color: #68EECB; }
a { background-color: rgb(104,238,203); }
div.DivClassName
{
background-color: #68EECB;
}
.BgClassName
{
background-color: #68EECB;
}
</style>
border-color css
<style>
span { border-color: #68EECB; }
span { border-color: rgb(104,238,203); }
td.TdClassName
{
border-color: #68EECB;
}
.TagClassName
{
border-color: #68EECB;
}
</style>