Shades of Medium Aquamarine #6BCDB2
Tints of Medium Aquamarine #6BCDB2
RGB
CMYK
RGB Variations
Color information
#6BCDB2 (or 0x6BCDB2) is known color: Medium Aquamarine. HEX triplet: 6B, CD and B2. RGB value is (107,205,178). Sum of RGB (Red+Green+Blue) = 107+205+178=490 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.84% from 490); Green value is 205 (80.47% from 255 or 41.84% from 490); Blue value is 178 (69.92% from 255 or 36.33% from 490); Max value from RGB is 205 - color contains mainly: green. Hex color #6BCDB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCDB2 is #94324D. Grayscale: #ACACAC. Windows color (decimal): -9712206 or 11717995. OLE color: 11717995.
HSL color Cylindrical-coordinate representation of color #6BCDB2: hue angle of 163.47º 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 #6BCDB2 is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 205 | 178 | - |
| CMYK | 0.48 | 0 | 0.13 | 0.20 |
| HSL | 163.47º | 0.49% | 0.61% | - |
| HSV(B) | 163.47º | 0.48% | 0.8% | - |
| XYZ | 35.93 | 50 | 49.88 | - |
| YUV | 172.62 | 131.03 | 81.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 205 | 178 | 0.48 | 0 | 0.13 | 0.20 | 163.47 | 0.49 | 0.61 |
| Hex | 6B | CD | B2 | 30 | 0 | D | 14 | A3 | 31 | 3D |
| Octal | 153 | 315 | 262 | 60 | 0 | 15 | 24 | 243 | 61 | 75 |
| Binary | 1101011 | 11001101 | 10110010 | 110000 | 0 | 1101 | 10100 | 10100011 | 110001 | 111101 |
Color Harmonies of #6BCDB2
Complementary color
Monochromatic Colors of #6BCDB2
Black with #6BCDB2
Text Example
Text Example
White with #6BCDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCDB2; }
p { color: rgb(107,205,178); }
H1.HeaderClassName
{
color: #6BCDB2;
}
.AnyTagClassName
{
color: #6BCDB2;
}
</style>
background-color css
<style>
a { background-color: #6BCDB2; }
a { background-color: rgb(107,205,178); }
div.DivClassName
{
background-color: #6BCDB2;
}
.BgClassName
{
background-color: #6BCDB2;
}
</style>
border-color css
<style>
span { border-color: #6BCDB2; }
span { border-color: rgb(107,205,178); }
td.TdClassName
{
border-color: #6BCDB2;
}
.TagClassName
{
border-color: #6BCDB2;
}
</style>