Shades of Aquamarine #6CF0CC
Tints of Aquamarine #6CF0CC
RGB
CMYK
RGB Variations
Color information
#6CF0CC (or 0x6CF0CC) is known color: Aquamarine. HEX triplet: 6C, F0 and CC. RGB value is (108,240,204). Sum of RGB (Red+Green+Blue) = 108+240+204=552 (73% of max value = 765). Red value is 108 (42.58% from 255 or 19.57% from 552); Green value is 240 (94.14% from 255 or 43.48% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 240 - color contains mainly: green. Hex color #6CF0CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CF0CC is #930F33. Grayscale: #C4C4C4. Windows color (decimal): -9637684 or 13430892. OLE color: 13430892.
HSL color Cylindrical-coordinate representation of color #6CF0CC: hue angle of 163.64º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CF0CC is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 108 | 240 | 204 | - |
| CMYK | 0.55 | 0 | 0.15 | 0.06 |
| HSL | 163.64º | 0.81% | 0.68% | - |
| HSV(B) | 163.64º | 0.55% | 0.94% | - |
| XYZ | 48.24 | 69.87 | 68.07 | - |
| YUV | 196.43 | 132.27 | 64.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 240 | 204 | 0.55 | 0 | 0.15 | 0.06 | 163.64 | 0.81 | 0.68 |
| Hex | 6C | F0 | CC | 37 | 0 | F | 6 | A4 | 51 | 44 |
| Octal | 154 | 360 | 314 | 67 | 0 | 17 | 6 | 244 | 121 | 104 |
| Binary | 1101100 | 11110000 | 11001100 | 110111 | 0 | 1111 | 110 | 10100100 | 1010001 | 1000100 |
Color Harmonies of #6CF0CC
Complementary color
Monochromatic Colors of #6CF0CC
Black with #6CF0CC
Text Example
Text Example
White with #6CF0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF0CC; }
p { color: rgb(108,240,204); }
H1.HeaderClassName
{
color: #6CF0CC;
}
.AnyTagClassName
{
color: #6CF0CC;
}
</style>
background-color css
<style>
a { background-color: #6CF0CC; }
a { background-color: rgb(108,240,204); }
div.DivClassName
{
background-color: #6CF0CC;
}
.BgClassName
{
background-color: #6CF0CC;
}
</style>
border-color css
<style>
span { border-color: #6CF0CC; }
span { border-color: rgb(108,240,204); }
td.TdClassName
{
border-color: #6CF0CC;
}
.TagClassName
{
border-color: #6CF0CC;
}
</style>