Shades of Medium Aquamarine #6CCFB2
Tints of Medium Aquamarine #6CCFB2
RGB
CMYK
RGB Variations
Color information
#6CCFB2 (or 0x6CCFB2) is known color: Medium Aquamarine. HEX triplet: 6C, CF and B2. RGB value is (108,207,178). Sum of RGB (Red+Green+Blue) = 108+207+178=493 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.91% from 493); Green value is 207 (81.25% from 255 or 41.99% from 493); Blue value is 178 (69.92% from 255 or 36.11% from 493); Max value from RGB is 207 - color contains mainly: green. Hex color #6CCFB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CCFB2 is #93304D. Grayscale: #AEAEAE. Windows color (decimal): -9646158 or 11718508. OLE color: 11718508.
HSL color Cylindrical-coordinate representation of color #6CCFB2: hue angle of 162.42º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6CCFB2 is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 207 | 178 | - |
| CMYK | 0.48 | 0 | 0.14 | 0.19 |
| HSL | 162.42º | 0.51% | 0.62% | - |
| HSV(B) | 162.42º | 0.48% | 0.81% | - |
| XYZ | 36.53 | 51.03 | 50.04 | - |
| YUV | 174.09 | 130.2 | 80.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 207 | 178 | 0.48 | 0 | 0.14 | 0.19 | 162.42 | 0.51 | 0.62 |
| Hex | 6C | CF | B2 | 30 | 0 | E | 13 | A2 | 33 | 3E |
| Octal | 154 | 317 | 262 | 60 | 0 | 16 | 23 | 242 | 63 | 76 |
| Binary | 1101100 | 11001111 | 10110010 | 110000 | 0 | 1110 | 10011 | 10100010 | 110011 | 111110 |
Color Harmonies of #6CCFB2
Complementary color
Monochromatic Colors of #6CCFB2
Black with #6CCFB2
Text Example
Text Example
White with #6CCFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCFB2; }
p { color: rgb(108,207,178); }
H1.HeaderClassName
{
color: #6CCFB2;
}
.AnyTagClassName
{
color: #6CCFB2;
}
</style>
background-color css
<style>
a { background-color: #6CCFB2; }
a { background-color: rgb(108,207,178); }
div.DivClassName
{
background-color: #6CCFB2;
}
.BgClassName
{
background-color: #6CCFB2;
}
</style>
border-color css
<style>
span { border-color: #6CCFB2; }
span { border-color: rgb(108,207,178); }
td.TdClassName
{
border-color: #6CCFB2;
}
.TagClassName
{
border-color: #6CCFB2;
}
</style>