Shades of Medium Aquamarine #6BCAB3
Tints of Medium Aquamarine #6BCAB3
RGB
CMYK
RGB Variations
Color information
#6BCAB3 (or 0x6BCAB3) is known color: Medium Aquamarine. HEX triplet: 6B, CA and B3. RGB value is (107,202,179). Sum of RGB (Red+Green+Blue) = 107+202+179=488 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.93% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 179 (70.31% from 255 or 36.68% from 488); Max value from RGB is 202 - color contains mainly: green. Hex color #6BCAB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCAB3 is #94354C. Grayscale: #AAAAAA. Windows color (decimal): -9712973 or 11782763. OLE color: 11782763.
HSL color Cylindrical-coordinate representation of color #6BCAB3: hue angle of 165.47º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6BCAB3 is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 107 | 202 | 179 | - |
| CMYK | 0.47 | 0 | 0.11 | 0.21 |
| HSL | 165.47º | 0.47% | 0.61% | - |
| HSV(B) | 165.47º | 0.47% | 0.79% | - |
| XYZ | 35.32 | 48.62 | 50.17 | - |
| YUV | 170.97 | 132.53 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 202 | 179 | 0.47 | 0 | 0.11 | 0.21 | 165.47 | 0.47 | 0.61 |
| Hex | 6B | CA | B3 | 2F | 0 | B | 15 | A5 | 2F | 3D |
| Octal | 153 | 312 | 263 | 57 | 0 | 13 | 25 | 245 | 57 | 75 |
| Binary | 1101011 | 11001010 | 10110011 | 101111 | 0 | 1011 | 10101 | 10100101 | 101111 | 111101 |
Color Harmonies of #6BCAB3
Complementary color
Monochromatic Colors of #6BCAB3
Black with #6BCAB3
Text Example
Text Example
White with #6BCAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCAB3; }
p { color: rgb(107,202,179); }
H1.HeaderClassName
{
color: #6BCAB3;
}
.AnyTagClassName
{
color: #6BCAB3;
}
</style>
background-color css
<style>
a { background-color: #6BCAB3; }
a { background-color: rgb(107,202,179); }
div.DivClassName
{
background-color: #6BCAB3;
}
.BgClassName
{
background-color: #6BCAB3;
}
</style>
border-color css
<style>
span { border-color: #6BCAB3; }
span { border-color: rgb(107,202,179); }
td.TdClassName
{
border-color: #6BCAB3;
}
.TagClassName
{
border-color: #6BCAB3;
}
</style>