Shades of Aquamarine #6CF3CB
Tints of Aquamarine #6CF3CB
RGB
CMYK
RGB Variations
Color information
#6CF3CB (or 0x6CF3CB) is known color: Aquamarine. HEX triplet: 6C, F3 and CB. RGB value is (108,243,203). Sum of RGB (Red+Green+Blue) = 108+243+203=554 (73% of max value = 765). Red value is 108 (42.58% from 255 or 19.49% from 554); Green value is 243 (95.31% from 255 or 43.86% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 243 - color contains mainly: green. Hex color #6CF3CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CF3CB is #930C34. Grayscale: #C6C6C6. Windows color (decimal): -9636917 or 13366124. OLE color: 13366124.
HSL color Cylindrical-coordinate representation of color #6CF3CB: hue angle of 162.22º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6CF3CB is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 243 | 203 | - |
| CMYK | 0.56 | 0 | 0.16 | 0.05 |
| HSL | 162.22º | 0.85% | 0.69% | - |
| HSV(B) | 162.22º | 0.56% | 0.95% | - |
| XYZ | 49.01 | 71.6 | 67.74 | - |
| YUV | 198.08 | 130.77 | 63.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 243 | 203 | 0.56 | 0 | 0.16 | 0.05 | 162.22 | 0.85 | 0.69 |
| Hex | 6C | F3 | CB | 38 | 0 | 10 | 5 | A2 | 55 | 45 |
| Octal | 154 | 363 | 313 | 70 | 0 | 20 | 5 | 242 | 125 | 105 |
| Binary | 1101100 | 11110011 | 11001011 | 111000 | 0 | 10000 | 101 | 10100010 | 1010101 | 1000101 |
Color Harmonies of #6CF3CB
Complementary color
Monochromatic Colors of #6CF3CB
Black with #6CF3CB
Text Example
Text Example
White with #6CF3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF3CB; }
p { color: rgb(108,243,203); }
H1.HeaderClassName
{
color: #6CF3CB;
}
.AnyTagClassName
{
color: #6CF3CB;
}
</style>
background-color css
<style>
a { background-color: #6CF3CB; }
a { background-color: rgb(108,243,203); }
div.DivClassName
{
background-color: #6CF3CB;
}
.BgClassName
{
background-color: #6CF3CB;
}
</style>
border-color css
<style>
span { border-color: #6CF3CB; }
span { border-color: rgb(108,243,203); }
td.TdClassName
{
border-color: #6CF3CB;
}
.TagClassName
{
border-color: #6CF3CB;
}
</style>