Shades of Aquamarine #6BEECE
Tints of Aquamarine #6BEECE
RGB
CMYK
RGB Variations
Color information
#6BEECE (or 0x6BEECE) is known color: Aquamarine. HEX triplet: 6B, EE and CE. RGB value is (107,238,206). Sum of RGB (Red+Green+Blue) = 107+238+206=551 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.42% from 551); Green value is 238 (93.36% from 255 or 43.19% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 238 - color contains mainly: green. Hex color #6BEECE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEECE is #941131. Grayscale: #C3C3C3. Windows color (decimal): -9703730 or 13561451. OLE color: 13561451.
HSL color Cylindrical-coordinate representation of color #6BEECE: hue angle of 165.34º 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 #6BEECE is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 238 | 206 | - |
| CMYK | 0.55 | 0 | 0.13 | 0.07 |
| HSL | 165.34º | 0.79% | 0.68% | - |
| HSV(B) | 165.34º | 0.55% | 0.93% | - |
| XYZ | 47.78 | 68.73 | 69.14 | - |
| YUV | 195.18 | 134.1 | 65.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 238 | 206 | 0.55 | 0 | 0.13 | 0.07 | 165.34 | 0.79 | 0.68 |
| Hex | 6B | EE | CE | 37 | 0 | D | 7 | A5 | 4F | 44 |
| Octal | 153 | 356 | 316 | 67 | 0 | 15 | 7 | 245 | 117 | 104 |
| Binary | 1101011 | 11101110 | 11001110 | 110111 | 0 | 1101 | 111 | 10100101 | 1001111 | 1000100 |
Color Harmonies of #6BEECE
Complementary color
Monochromatic Colors of #6BEECE
Black with #6BEECE
Text Example
Text Example
White with #6BEECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEECE; }
p { color: rgb(107,238,206); }
H1.HeaderClassName
{
color: #6BEECE;
}
.AnyTagClassName
{
color: #6BEECE;
}
</style>
background-color css
<style>
a { background-color: #6BEECE; }
a { background-color: rgb(107,238,206); }
div.DivClassName
{
background-color: #6BEECE;
}
.BgClassName
{
background-color: #6BEECE;
}
</style>
border-color css
<style>
span { border-color: #6BEECE; }
span { border-color: rgb(107,238,206); }
td.TdClassName
{
border-color: #6BEECE;
}
.TagClassName
{
border-color: #6BEECE;
}
</style>