Shades of Medium Aquamarine #6BCAAE
Tints of Medium Aquamarine #6BCAAE
RGB
CMYK
RGB Variations
Color information
#6BCAAE (or 0x6BCAAE) is known color: Medium Aquamarine. HEX triplet: 6B, CA and AE. RGB value is (107,202,174). Sum of RGB (Red+Green+Blue) = 107+202+174=483 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.15% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 174 (68.36% from 255 or 36.02% from 483); Max value from RGB is 202 - color contains mainly: green. Hex color #6BCAAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCAAE is #943551. Grayscale: #AAAAAA. Windows color (decimal): -9712978 or 11455083. OLE color: 11455083.
HSL color Cylindrical-coordinate representation of color #6BCAAE: hue angle of 162.32º 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 #6BCAAE is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 107 | 202 | 174 | - |
| CMYK | 0.47 | 0 | 0.14 | 0.21 |
| HSL | 162.32º | 0.47% | 0.61% | - |
| HSV(B) | 162.32º | 0.47% | 0.79% | - |
| XYZ | 34.82 | 48.42 | 47.56 | - |
| YUV | 170.4 | 130.03 | 82.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 202 | 174 | 0.47 | 0 | 0.14 | 0.21 | 162.32 | 0.47 | 0.61 |
| Hex | 6B | CA | AE | 2F | 0 | E | 15 | A2 | 2F | 3D |
| Octal | 153 | 312 | 256 | 57 | 0 | 16 | 25 | 242 | 57 | 75 |
| Binary | 1101011 | 11001010 | 10101110 | 101111 | 0 | 1110 | 10101 | 10100010 | 101111 | 111101 |
Color Harmonies of #6BCAAE
Complementary color
Monochromatic Colors of #6BCAAE
Black with #6BCAAE
Text Example
Text Example
White with #6BCAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCAAE; }
p { color: rgb(107,202,174); }
H1.HeaderClassName
{
color: #6BCAAE;
}
.AnyTagClassName
{
color: #6BCAAE;
}
</style>
background-color css
<style>
a { background-color: #6BCAAE; }
a { background-color: rgb(107,202,174); }
div.DivClassName
{
background-color: #6BCAAE;
}
.BgClassName
{
background-color: #6BCAAE;
}
</style>
border-color css
<style>
span { border-color: #6BCAAE; }
span { border-color: rgb(107,202,174); }
td.TdClassName
{
border-color: #6BCAAE;
}
.TagClassName
{
border-color: #6BCAAE;
}
</style>