Shades of Aquamarine #6BEECC
Tints of Aquamarine #6BEECC
RGB
CMYK
RGB Variations
Color information
#6BEECC (or 0x6BEECC) is known color: Aquamarine. HEX triplet: 6B, EE and CC. RGB value is (107,238,204). Sum of RGB (Red+Green+Blue) = 107+238+204=549 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.49% from 549); Green value is 238 (93.36% from 255 or 43.35% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 238 - color contains mainly: green. Hex color #6BEECC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEECC is #941133. Grayscale: #C2C2C2. Windows color (decimal): -9703732 or 13430379. OLE color: 13430379.
HSL color Cylindrical-coordinate representation of color #6BEECC: hue angle of 164.43º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BEECC is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 238 | 204 | - |
| CMYK | 0.55 | 0 | 0.14 | 0.07 |
| HSL | 164.43º | 0.79% | 0.68% | - |
| HSV(B) | 164.43º | 0.55% | 0.93% | - |
| XYZ | 47.54 | 68.63 | 67.87 | - |
| YUV | 194.96 | 133.1 | 65.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 238 | 204 | 0.55 | 0 | 0.14 | 0.07 | 164.43 | 0.79 | 0.68 |
| Hex | 6B | EE | CC | 37 | 0 | E | 7 | A4 | 4F | 44 |
| Octal | 153 | 356 | 314 | 67 | 0 | 16 | 7 | 244 | 117 | 104 |
| Binary | 1101011 | 11101110 | 11001100 | 110111 | 0 | 1110 | 111 | 10100100 | 1001111 | 1000100 |
Color Harmonies of #6BEECC
Complementary color
Monochromatic Colors of #6BEECC
Black with #6BEECC
Text Example
Text Example
White with #6BEECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEECC; }
p { color: rgb(107,238,204); }
H1.HeaderClassName
{
color: #6BEECC;
}
.AnyTagClassName
{
color: #6BEECC;
}
</style>
background-color css
<style>
a { background-color: #6BEECC; }
a { background-color: rgb(107,238,204); }
div.DivClassName
{
background-color: #6BEECC;
}
.BgClassName
{
background-color: #6BEECC;
}
</style>
border-color css
<style>
span { border-color: #6BEECC; }
span { border-color: rgb(107,238,204); }
td.TdClassName
{
border-color: #6BEECC;
}
.TagClassName
{
border-color: #6BEECC;
}
</style>