Shades of Medium Aquamarine #6FCBAE
Tints of Medium Aquamarine #6FCBAE
RGB
CMYK
RGB Variations
Color information
#6FCBAE (or 0x6FCBAE) is known color: Medium Aquamarine. HEX triplet: 6F, CB and AE. RGB value is (111,203,174). Sum of RGB (Red+Green+Blue) = 111+203+174=488 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.75% from 488); Green value is 203 (79.69% from 255 or 41.60% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 203 - color contains mainly: green. Hex color #6FCBAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCBAE is #903451. Grayscale: #ACACAC. Windows color (decimal): -9450578 or 11455343. OLE color: 11455343.
HSL color Cylindrical-coordinate representation of color #6FCBAE: hue angle of 161.09º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FCBAE is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 203 | 174 | - |
| CMYK | 0.45 | 0 | 0.14 | 0.20 |
| HSL | 161.09º | 0.47% | 0.62% | - |
| HSV(B) | 161.09º | 0.45% | 0.8% | - |
| XYZ | 35.55 | 49.15 | 47.66 | - |
| YUV | 172.19 | 129.02 | 84.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 203 | 174 | 0.45 | 0 | 0.14 | 0.20 | 161.09 | 0.47 | 0.62 |
| Hex | 6F | CB | AE | 2D | 0 | E | 14 | A1 | 2F | 3E |
| Octal | 157 | 313 | 256 | 55 | 0 | 16 | 24 | 241 | 57 | 76 |
| Binary | 1101111 | 11001011 | 10101110 | 101101 | 0 | 1110 | 10100 | 10100001 | 101111 | 111110 |
Color Harmonies of #6FCBAE
Complementary color
Monochromatic Colors of #6FCBAE
Black with #6FCBAE
Text Example
Text Example
White with #6FCBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCBAE; }
p { color: rgb(111,203,174); }
H1.HeaderClassName
{
color: #6FCBAE;
}
.AnyTagClassName
{
color: #6FCBAE;
}
</style>
background-color css
<style>
a { background-color: #6FCBAE; }
a { background-color: rgb(111,203,174); }
div.DivClassName
{
background-color: #6FCBAE;
}
.BgClassName
{
background-color: #6FCBAE;
}
</style>
border-color css
<style>
span { border-color: #6FCBAE; }
span { border-color: rgb(111,203,174); }
td.TdClassName
{
border-color: #6FCBAE;
}
.TagClassName
{
border-color: #6FCBAE;
}
</style>