Shades of Medium Aquamarine #6FCDAE
Tints of Medium Aquamarine #6FCDAE
RGB
CMYK
RGB Variations
Color information
#6FCDAE (or 0x6FCDAE) is known color: Medium Aquamarine. HEX triplet: 6F, CD and AE. RGB value is (111,205,174). Sum of RGB (Red+Green+Blue) = 111+205+174=490 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.65% from 490); Green value is 205 (80.47% from 255 or 41.84% from 490); Blue value is 174 (68.36% from 255 or 35.51% from 490); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCDAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCDAE is #903251. Grayscale: #ADADAD. Windows color (decimal): -9450066 or 11455855. OLE color: 11455855.
HSL color Cylindrical-coordinate representation of color #6FCDAE: hue angle of 160.21º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCDAE is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 205 | 174 | - |
| CMYK | 0.46 | 0 | 0.15 | 0.20 |
| HSL | 160.21º | 0.48% | 0.62% | - |
| HSV(B) | 160.21º | 0.46% | 0.8% | - |
| XYZ | 36.03 | 50.1 | 47.82 | - |
| YUV | 173.36 | 128.36 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 205 | 174 | 0.46 | 0 | 0.15 | 0.20 | 160.21 | 0.48 | 0.62 |
| Hex | 6F | CD | AE | 2E | 0 | F | 14 | A0 | 30 | 3E |
| Octal | 157 | 315 | 256 | 56 | 0 | 17 | 24 | 240 | 60 | 76 |
| Binary | 1101111 | 11001101 | 10101110 | 101110 | 0 | 1111 | 10100 | 10100000 | 110000 | 111110 |
Color Harmonies of #6FCDAE
Complementary color
Monochromatic Colors of #6FCDAE
Black with #6FCDAE
Text Example
Text Example
White with #6FCDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCDAE; }
p { color: rgb(111,205,174); }
H1.HeaderClassName
{
color: #6FCDAE;
}
.AnyTagClassName
{
color: #6FCDAE;
}
</style>
background-color css
<style>
a { background-color: #6FCDAE; }
a { background-color: rgb(111,205,174); }
div.DivClassName
{
background-color: #6FCDAE;
}
.BgClassName
{
background-color: #6FCDAE;
}
</style>
border-color css
<style>
span { border-color: #6FCDAE; }
span { border-color: rgb(111,205,174); }
td.TdClassName
{
border-color: #6FCDAE;
}
.TagClassName
{
border-color: #6FCDAE;
}
</style>