Shades of Medium Aquamarine #6FCCA8
Tints of Medium Aquamarine #6FCCA8
RGB
CMYK
RGB Variations
Color information
#6FCCA8 (or 0x6FCCA8) is known color: Medium Aquamarine. HEX triplet: 6F, CC and A8. RGB value is (111,204,168). Sum of RGB (Red+Green+Blue) = 111+204+168=483 (63% of max value = 765). Red value is 111 (43.75% from 255 or 22.98% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 168 (66.02% from 255 or 34.78% from 483); Max value from RGB is 204 - color contains mainly: green. Hex color #6FCCA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCCA8 is #903357. Grayscale: #ACACAC. Windows color (decimal): -9450328 or 11062383. OLE color: 11062383.
HSL color Cylindrical-coordinate representation of color #6FCCA8: hue angle of 156.77º 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 #6FCCA8 is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 204 | 168 | - |
| CMYK | 0.46 | 0 | 0.18 | 0.2 |
| HSL | 156.77º | 0.48% | 0.62% | - |
| HSV(B) | 156.77º | 0.46% | 0.8% | - |
| XYZ | 35.22 | 49.39 | 44.72 | - |
| YUV | 172.09 | 125.69 | 84.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 204 | 168 | 0.46 | 0 | 0.18 | 0.2 | 156.77 | 0.48 | 0.62 |
| Hex | 6F | CC | A8 | 2E | 0 | 12 | 14 | 9D | 30 | 3E |
| Octal | 157 | 314 | 250 | 56 | 0 | 22 | 24 | 235 | 60 | 76 |
| Binary | 1101111 | 11001100 | 10101000 | 101110 | 0 | 10010 | 10100 | 10011101 | 110000 | 111110 |
Color Harmonies of #6FCCA8
Complementary color
Monochromatic Colors of #6FCCA8
Black with #6FCCA8
Text Example
Text Example
White with #6FCCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCCA8; }
p { color: rgb(111,204,168); }
H1.HeaderClassName
{
color: #6FCCA8;
}
.AnyTagClassName
{
color: #6FCCA8;
}
</style>
background-color css
<style>
a { background-color: #6FCCA8; }
a { background-color: rgb(111,204,168); }
div.DivClassName
{
background-color: #6FCCA8;
}
.BgClassName
{
background-color: #6FCCA8;
}
</style>
border-color css
<style>
span { border-color: #6FCCA8; }
span { border-color: rgb(111,204,168); }
td.TdClassName
{
border-color: #6FCCA8;
}
.TagClassName
{
border-color: #6FCCA8;
}
</style>