Shades of Medium Aquamarine #6DCBAE
Tints of Medium Aquamarine #6DCBAE
RGB
CMYK
RGB Variations
Color information
#6DCBAE (or 0x6DCBAE) is known color: Medium Aquamarine. HEX triplet: 6D, CB and AE. RGB value is (109,203,174). Sum of RGB (Red+Green+Blue) = 109+203+174=486 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.43% from 486); Green value is 203 (79.69% from 255 or 41.77% from 486); Blue value is 174 (68.36% from 255 or 35.80% from 486); Max value from RGB is 203 - color contains mainly: green. Hex color #6DCBAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DCBAE is #923451. Grayscale: #ABABAB. Windows color (decimal): -9581650 or 11455341. OLE color: 11455341.
HSL color Cylindrical-coordinate representation of color #6DCBAE: hue angle of 161.49º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DCBAE is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 203 | 174 | - |
| CMYK | 0.46 | 0 | 0.14 | 0.20 |
| HSL | 161.49º | 0.47% | 0.61% | - |
| HSV(B) | 161.49º | 0.46% | 0.8% | - |
| XYZ | 35.3 | 49.02 | 47.65 | - |
| YUV | 171.59 | 129.36 | 83.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 203 | 174 | 0.46 | 0 | 0.14 | 0.20 | 161.49 | 0.47 | 0.61 |
| Hex | 6D | CB | AE | 2E | 0 | E | 14 | A1 | 2F | 3D |
| Octal | 155 | 313 | 256 | 56 | 0 | 16 | 24 | 241 | 57 | 75 |
| Binary | 1101101 | 11001011 | 10101110 | 101110 | 0 | 1110 | 10100 | 10100001 | 101111 | 111101 |
Color Harmonies of #6DCBAE
Complementary color
Monochromatic Colors of #6DCBAE
Black with #6DCBAE
Text Example
Text Example
White with #6DCBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCBAE; }
p { color: rgb(109,203,174); }
H1.HeaderClassName
{
color: #6DCBAE;
}
.AnyTagClassName
{
color: #6DCBAE;
}
</style>
background-color css
<style>
a { background-color: #6DCBAE; }
a { background-color: rgb(109,203,174); }
div.DivClassName
{
background-color: #6DCBAE;
}
.BgClassName
{
background-color: #6DCBAE;
}
</style>
border-color css
<style>
span { border-color: #6DCBAE; }
span { border-color: rgb(109,203,174); }
td.TdClassName
{
border-color: #6DCBAE;
}
.TagClassName
{
border-color: #6DCBAE;
}
</style>