Shades of Medium Aquamarine #6BCBAD
Tints of Medium Aquamarine #6BCBAD
RGB
CMYK
RGB Variations
Color information
#6BCBAD (or 0x6BCBAD) is known color: Medium Aquamarine. HEX triplet: 6B, CB and AD. RGB value is (107,203,173). Sum of RGB (Red+Green+Blue) = 107+203+173=483 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.15% from 483); Green value is 203 (79.69% from 255 or 42.03% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 203 - color contains mainly: green. Hex color #6BCBAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCBAD is #943452. Grayscale: #AAAAAA. Windows color (decimal): -9712723 or 11389803. OLE color: 11389803.
HSL color Cylindrical-coordinate representation of color #6BCBAD: hue angle of 161.25º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6BCBAD is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 203 | 173 | - |
| CMYK | 0.47 | 0 | 0.15 | 0.20 |
| HSL | 161.25º | 0.48% | 0.61% | - |
| HSV(B) | 161.25º | 0.47% | 0.8% | - |
| XYZ | 34.96 | 48.85 | 47.12 | - |
| YUV | 170.88 | 129.2 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 203 | 173 | 0.47 | 0 | 0.15 | 0.20 | 161.25 | 0.48 | 0.61 |
| Hex | 6B | CB | AD | 2F | 0 | F | 14 | A1 | 30 | 3D |
| Octal | 153 | 313 | 255 | 57 | 0 | 17 | 24 | 241 | 60 | 75 |
| Binary | 1101011 | 11001011 | 10101101 | 101111 | 0 | 1111 | 10100 | 10100001 | 110000 | 111101 |
Color Harmonies of #6BCBAD
Complementary color
Monochromatic Colors of #6BCBAD
Black with #6BCBAD
Text Example
Text Example
White with #6BCBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCBAD; }
p { color: rgb(107,203,173); }
H1.HeaderClassName
{
color: #6BCBAD;
}
.AnyTagClassName
{
color: #6BCBAD;
}
</style>
background-color css
<style>
a { background-color: #6BCBAD; }
a { background-color: rgb(107,203,173); }
div.DivClassName
{
background-color: #6BCBAD;
}
.BgClassName
{
background-color: #6BCBAD;
}
</style>
border-color css
<style>
span { border-color: #6BCBAD; }
span { border-color: rgb(107,203,173); }
td.TdClassName
{
border-color: #6BCBAD;
}
.TagClassName
{
border-color: #6BCBAD;
}
</style>