Shades of Medium Aquamarine #6BCCA2
Tints of Medium Aquamarine #6BCCA2
RGB
CMYK
RGB Variations
Color information
#6BCCA2 (or 0x6BCCA2) is known color: Medium Aquamarine. HEX triplet: 6B, CC and A2. RGB value is (107,204,162). Sum of RGB (Red+Green+Blue) = 107+204+162=473 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.62% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 162 (63.67% from 255 or 34.25% from 473); Max value from RGB is 204 - color contains mainly: green. Hex color #6BCCA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCCA2 is #94335D. Grayscale: #AAAAAA. Windows color (decimal): -9712478 or 10669163. OLE color: 10669163.
HSL color Cylindrical-coordinate representation of color #6BCCA2: hue angle of 154.02º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BCCA2 is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 107 | 204 | 162 | - |
| CMYK | 0.48 | 0 | 0.21 | 0.2 |
| HSL | 154.02º | 0.49% | 0.61% | - |
| HSV(B) | 154.02º | 0.48% | 0.8% | - |
| XYZ | 34.18 | 48.92 | 41.82 | - |
| YUV | 170.21 | 123.36 | 82.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 204 | 162 | 0.48 | 0 | 0.21 | 0.2 | 154.02 | 0.49 | 0.61 |
| Hex | 6B | CC | A2 | 30 | 0 | 15 | 14 | 9A | 31 | 3D |
| Octal | 153 | 314 | 242 | 60 | 0 | 25 | 24 | 232 | 61 | 75 |
| Binary | 1101011 | 11001100 | 10100010 | 110000 | 0 | 10101 | 10100 | 10011010 | 110001 | 111101 |
Color Harmonies of #6BCCA2
Complementary color
Monochromatic Colors of #6BCCA2
Black with #6BCCA2
Text Example
Text Example
White with #6BCCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCCA2; }
p { color: rgb(107,204,162); }
H1.HeaderClassName
{
color: #6BCCA2;
}
.AnyTagClassName
{
color: #6BCCA2;
}
</style>
background-color css
<style>
a { background-color: #6BCCA2; }
a { background-color: rgb(107,204,162); }
div.DivClassName
{
background-color: #6BCCA2;
}
.BgClassName
{
background-color: #6BCCA2;
}
</style>
border-color css
<style>
span { border-color: #6BCCA2; }
span { border-color: rgb(107,204,162); }
td.TdClassName
{
border-color: #6BCCA2;
}
.TagClassName
{
border-color: #6BCCA2;
}
</style>