Shades of Aquamarine #6BEDCC
Tints of Aquamarine #6BEDCC
RGB
CMYK
RGB Variations
Color information
#6BEDCC (or 0x6BEDCC) is known color: Aquamarine. HEX triplet: 6B, ED and CC. RGB value is (107,237,204). Sum of RGB (Red+Green+Blue) = 107+237+204=548 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.53% from 548); Green value is 237 (92.97% from 255 or 43.25% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 237 - color contains mainly: green. Hex color #6BEDCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEDCC is #941233. Grayscale: #C2C2C2. Windows color (decimal): -9703988 or 13430123. OLE color: 13430123.
HSL color Cylindrical-coordinate representation of color #6BEDCC: hue angle of 164.77º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BEDCC is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 237 | 204 | - |
| CMYK | 0.55 | 0 | 0.14 | 0.07 |
| HSL | 164.77º | 0.78% | 0.67% | - |
| HSV(B) | 164.77º | 0.55% | 0.93% | - |
| XYZ | 47.25 | 68.05 | 67.77 | - |
| YUV | 194.37 | 133.43 | 65.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 237 | 204 | 0.55 | 0 | 0.14 | 0.07 | 164.77 | 0.78 | 0.67 |
| Hex | 6B | ED | CC | 37 | 0 | E | 7 | A5 | 4E | 43 |
| Octal | 153 | 355 | 314 | 67 | 0 | 16 | 7 | 245 | 116 | 103 |
| Binary | 1101011 | 11101101 | 11001100 | 110111 | 0 | 1110 | 111 | 10100101 | 1001110 | 1000011 |
Color Harmonies of #6BEDCC
Complementary color
Monochromatic Colors of #6BEDCC
Black with #6BEDCC
Text Example
Text Example
White with #6BEDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEDCC; }
p { color: rgb(107,237,204); }
H1.HeaderClassName
{
color: #6BEDCC;
}
.AnyTagClassName
{
color: #6BEDCC;
}
</style>
background-color css
<style>
a { background-color: #6BEDCC; }
a { background-color: rgb(107,237,204); }
div.DivClassName
{
background-color: #6BEDCC;
}
.BgClassName
{
background-color: #6BEDCC;
}
</style>
border-color css
<style>
span { border-color: #6BEDCC; }
span { border-color: rgb(107,237,204); }
td.TdClassName
{
border-color: #6BEDCC;
}
.TagClassName
{
border-color: #6BEDCC;
}
</style>