Shades of Aquamarine #6BF1D0
Tints of Aquamarine #6BF1D0
RGB
CMYK
RGB Variations
Color information
#6BF1D0 (or 0x6BF1D0) is known color: Aquamarine. HEX triplet: 6B, F1 and D0. RGB value is (107,241,208). Sum of RGB (Red+Green+Blue) = 107+241+208=556 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.24% from 556); Green value is 241 (94.53% from 255 or 43.35% from 556); Blue value is 208 (81.64% from 255 or 37.41% from 556); Max value from RGB is 241 - color contains mainly: green. Hex color #6BF1D0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BF1D0 is #940E2F. Grayscale: #C5C5C5. Windows color (decimal): -9702960 or 13693291. OLE color: 13693291.
HSL color Cylindrical-coordinate representation of color #6BF1D0: hue angle of 165.22º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BF1D0 is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 107 | 241 | 208 | - |
| CMYK | 0.56 | 0 | 0.14 | 0.05 |
| HSL | 165.22º | 0.83% | 0.68% | - |
| HSV(B) | 165.22º | 0.56% | 0.95% | - |
| XYZ | 48.9 | 70.59 | 70.72 | - |
| YUV | 197.17 | 134.11 | 63.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 241 | 208 | 0.56 | 0 | 0.14 | 0.05 | 165.22 | 0.83 | 0.68 |
| Hex | 6B | F1 | D0 | 38 | 0 | E | 5 | A5 | 53 | 44 |
| Octal | 153 | 361 | 320 | 70 | 0 | 16 | 5 | 245 | 123 | 104 |
| Binary | 1101011 | 11110001 | 11010000 | 111000 | 0 | 1110 | 101 | 10100101 | 1010011 | 1000100 |
Color Harmonies of #6BF1D0
Complementary color
Monochromatic Colors of #6BF1D0
Black with #6BF1D0
Text Example
Text Example
White with #6BF1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF1D0; }
p { color: rgb(107,241,208); }
H1.HeaderClassName
{
color: #6BF1D0;
}
.AnyTagClassName
{
color: #6BF1D0;
}
</style>
background-color css
<style>
a { background-color: #6BF1D0; }
a { background-color: rgb(107,241,208); }
div.DivClassName
{
background-color: #6BF1D0;
}
.BgClassName
{
background-color: #6BF1D0;
}
</style>
border-color css
<style>
span { border-color: #6BF1D0; }
span { border-color: rgb(107,241,208); }
td.TdClassName
{
border-color: #6BF1D0;
}
.TagClassName
{
border-color: #6BF1D0;
}
</style>