Shades of Medium Aquamarine #6BCCAD
Tints of Medium Aquamarine #6BCCAD
RGB
CMYK
RGB Variations
Color information
#6BCCAD (or 0x6BCCAD) is known color: Medium Aquamarine. HEX triplet: 6B, CC and AD. RGB value is (107,204,173). Sum of RGB (Red+Green+Blue) = 107+204+173=484 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.11% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 204 - color contains mainly: green. Hex color #6BCCAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCCAD is #943352. Grayscale: #ABABAB. Windows color (decimal): -9712467 or 11390059. OLE color: 11390059.
HSL color Cylindrical-coordinate representation of color #6BCCAD: hue angle of 160.82º 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 #6BCCAD is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 107 | 204 | 173 | - |
| CMYK | 0.48 | 0 | 0.15 | 0.2 |
| HSL | 160.82º | 0.49% | 0.61% | - |
| HSV(B) | 160.82º | 0.48% | 0.8% | - |
| XYZ | 35.2 | 49.33 | 47.2 | - |
| YUV | 171.46 | 128.86 | 82.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 204 | 173 | 0.48 | 0 | 0.15 | 0.2 | 160.82 | 0.49 | 0.61 |
| Hex | 6B | CC | AD | 30 | 0 | F | 14 | A1 | 31 | 3D |
| Octal | 153 | 314 | 255 | 60 | 0 | 17 | 24 | 241 | 61 | 75 |
| Binary | 1101011 | 11001100 | 10101101 | 110000 | 0 | 1111 | 10100 | 10100001 | 110001 | 111101 |
Color Harmonies of #6BCCAD
Complementary color
Monochromatic Colors of #6BCCAD
Black with #6BCCAD
Text Example
Text Example
White with #6BCCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCCAD; }
p { color: rgb(107,204,173); }
H1.HeaderClassName
{
color: #6BCCAD;
}
.AnyTagClassName
{
color: #6BCCAD;
}
</style>
background-color css
<style>
a { background-color: #6BCCAD; }
a { background-color: rgb(107,204,173); }
div.DivClassName
{
background-color: #6BCCAD;
}
.BgClassName
{
background-color: #6BCCAD;
}
</style>
border-color css
<style>
span { border-color: #6BCCAD; }
span { border-color: rgb(107,204,173); }
td.TdClassName
{
border-color: #6BCCAD;
}
.TagClassName
{
border-color: #6BCCAD;
}
</style>