Shades of Aquamarine #6BF3D0
Tints of Aquamarine #6BF3D0
RGB
CMYK
RGB Variations
Color information
#6BF3D0 (or 0x6BF3D0) is known color: Aquamarine. HEX triplet: 6B, F3 and D0. RGB value is (107,243,208). Sum of RGB (Red+Green+Blue) = 107+243+208=558 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.18% from 558); Green value is 243 (95.31% from 255 or 43.55% from 558); Blue value is 208 (81.64% from 255 or 37.28% from 558); Max value from RGB is 243 - color contains mainly: green. Hex color #6BF3D0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BF3D0 is #940C2F. Grayscale: #C6C6C6. Windows color (decimal): -9702448 or 13693803. OLE color: 13693803.
HSL color Cylindrical-coordinate representation of color #6BF3D0: hue angle of 164.56º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BF3D0 is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 107 | 243 | 208 | - |
| CMYK | 0.56 | 0 | 0.14 | 0.05 |
| HSL | 164.56º | 0.85% | 0.69% | - |
| HSV(B) | 164.56º | 0.56% | 0.95% | - |
| XYZ | 49.5 | 71.78 | 70.92 | - |
| YUV | 198.35 | 133.44 | 62.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 243 | 208 | 0.56 | 0 | 0.14 | 0.05 | 164.56 | 0.85 | 0.69 |
| Hex | 6B | F3 | D0 | 38 | 0 | E | 5 | A5 | 55 | 45 |
| Octal | 153 | 363 | 320 | 70 | 0 | 16 | 5 | 245 | 125 | 105 |
| Binary | 1101011 | 11110011 | 11010000 | 111000 | 0 | 1110 | 101 | 10100101 | 1010101 | 1000101 |
Color Harmonies of #6BF3D0
Complementary color
Monochromatic Colors of #6BF3D0
Black with #6BF3D0
Text Example
Text Example
White with #6BF3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF3D0; }
p { color: rgb(107,243,208); }
H1.HeaderClassName
{
color: #6BF3D0;
}
.AnyTagClassName
{
color: #6BF3D0;
}
</style>
background-color css
<style>
a { background-color: #6BF3D0; }
a { background-color: rgb(107,243,208); }
div.DivClassName
{
background-color: #6BF3D0;
}
.BgClassName
{
background-color: #6BF3D0;
}
</style>
border-color css
<style>
span { border-color: #6BF3D0; }
span { border-color: rgb(107,243,208); }
td.TdClassName
{
border-color: #6BF3D0;
}
.TagClassName
{
border-color: #6BF3D0;
}
</style>