Shades of Medium Aquamarine #68CBB2
Tints of Medium Aquamarine #68CBB2
RGB
CMYK
RGB Variations
Color information
#68CBB2 (or 0x68CBB2) is known color: Medium Aquamarine. HEX triplet: 68, CB and B2. RGB value is (104,203,178). Sum of RGB (Red+Green+Blue) = 104+203+178=485 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.44% from 485); Green value is 203 (79.69% from 255 or 41.86% from 485); Blue value is 178 (69.92% from 255 or 36.70% from 485); Max value from RGB is 203 - color contains mainly: green. Hex color #68CBB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CBB2 is #97344D. Grayscale: #AAAAAA. Windows color (decimal): -9909326 or 11717480. OLE color: 11717480.
HSL color Cylindrical-coordinate representation of color #68CBB2: hue angle of 164.85º 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 #68CBB2 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 203 | 178 | - |
| CMYK | 0.49 | 0 | 0.12 | 0.20 |
| HSL | 164.85º | 0.49% | 0.6% | - |
| HSV(B) | 164.85º | 0.49% | 0.8% | - |
| XYZ | 35.1 | 48.87 | 49.7 | - |
| YUV | 170.55 | 132.2 | 80.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 203 | 178 | 0.49 | 0 | 0.12 | 0.20 | 164.85 | 0.49 | 0.6 |
| Hex | 68 | CB | B2 | 31 | 0 | C | 14 | A5 | 31 | 3C |
| Octal | 150 | 313 | 262 | 61 | 0 | 14 | 24 | 245 | 61 | 74 |
| Binary | 1101000 | 11001011 | 10110010 | 110001 | 0 | 1100 | 10100 | 10100101 | 110001 | 111100 |
Color Harmonies of #68CBB2
Complementary color
Monochromatic Colors of #68CBB2
Black with #68CBB2
Text Example
Text Example
White with #68CBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CBB2; }
p { color: rgb(104,203,178); }
H1.HeaderClassName
{
color: #68CBB2;
}
.AnyTagClassName
{
color: #68CBB2;
}
</style>
background-color css
<style>
a { background-color: #68CBB2; }
a { background-color: rgb(104,203,178); }
div.DivClassName
{
background-color: #68CBB2;
}
.BgClassName
{
background-color: #68CBB2;
}
</style>
border-color css
<style>
span { border-color: #68CBB2; }
span { border-color: rgb(104,203,178); }
td.TdClassName
{
border-color: #68CBB2;
}
.TagClassName
{
border-color: #68CBB2;
}
</style>