Shades of Medium Aquamarine #6CF2B3
Tints of Medium Aquamarine #6CF2B3
RGB
CMYK
RGB Variations
Color information
#6CF2B3 (or 0x6CF2B3) is known color: Medium Aquamarine. HEX triplet: 6C, F2 and B3. RGB value is (108,242,179). Sum of RGB (Red+Green+Blue) = 108+242+179=529 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.42% from 529); Green value is 242 (94.92% from 255 or 45.75% from 529); Blue value is 179 (70.31% from 255 or 33.84% from 529); Max value from RGB is 242 - color contains mainly: green. Hex color #6CF2B3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CF2B3 is #930D4C. Grayscale: #C2C2C2. Windows color (decimal): -9637197 or 11793004. OLE color: 11793004.
HSL color Cylindrical-coordinate representation of color #6CF2B3: hue angle of 151.79º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CF2B3 is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 242 | 179 | - |
| CMYK | 0.55 | 0 | 0.26 | 0.05 |
| HSL | 151.79º | 0.84% | 0.69% | - |
| HSV(B) | 151.79º | 0.55% | 0.95% | - |
| XYZ | 46.07 | 69.95 | 53.72 | - |
| YUV | 194.75 | 119.11 | 66.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 242 | 179 | 0.55 | 0 | 0.26 | 0.05 | 151.79 | 0.84 | 0.69 |
| Hex | 6C | F2 | B3 | 37 | 0 | 1A | 5 | 98 | 54 | 45 |
| Octal | 154 | 362 | 263 | 67 | 0 | 32 | 5 | 230 | 124 | 105 |
| Binary | 1101100 | 11110010 | 10110011 | 110111 | 0 | 11010 | 101 | 10011000 | 1010100 | 1000101 |
Color Harmonies of #6CF2B3
Complementary color
Monochromatic Colors of #6CF2B3
Black with #6CF2B3
Text Example
Text Example
White with #6CF2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF2B3; }
p { color: rgb(108,242,179); }
H1.HeaderClassName
{
color: #6CF2B3;
}
.AnyTagClassName
{
color: #6CF2B3;
}
</style>
background-color css
<style>
a { background-color: #6CF2B3; }
a { background-color: rgb(108,242,179); }
div.DivClassName
{
background-color: #6CF2B3;
}
.BgClassName
{
background-color: #6CF2B3;
}
</style>
border-color css
<style>
span { border-color: #6CF2B3; }
span { border-color: rgb(108,242,179); }
td.TdClassName
{
border-color: #6CF2B3;
}
.TagClassName
{
border-color: #6CF2B3;
}
</style>