Shades of Aquamarine #6AF0D0
Tints of Aquamarine #6AF0D0
RGB
CMYK
RGB Variations
Color information
#6AF0D0 (or 0x6AF0D0) is known color: Aquamarine. HEX triplet: 6A, F0 and D0. RGB value is (106,240,208). Sum of RGB (Red+Green+Blue) = 106+240+208=554 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.13% from 554); Green value is 240 (94.14% from 255 or 43.32% from 554); Blue value is 208 (81.64% from 255 or 37.55% from 554); Max value from RGB is 240 - color contains mainly: green. Hex color #6AF0D0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AF0D0 is #950F2F. Grayscale: #C4C4C4. Windows color (decimal): -9768752 or 13693034. OLE color: 13693034.
HSL color Cylindrical-coordinate representation of color #6AF0D0: hue angle of 165.67º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AF0D0 is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 106 | 240 | 208 | - |
| CMYK | 0.56 | 0 | 0.13 | 0.06 |
| HSL | 165.67º | 0.82% | 0.68% | - |
| HSV(B) | 165.67º | 0.56% | 0.94% | - |
| XYZ | 48.49 | 69.94 | 70.62 | - |
| YUV | 196.29 | 134.61 | 63.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 240 | 208 | 0.56 | 0 | 0.13 | 0.06 | 165.67 | 0.82 | 0.68 |
| Hex | 6A | F0 | D0 | 38 | 0 | D | 6 | A6 | 52 | 44 |
| Octal | 152 | 360 | 320 | 70 | 0 | 15 | 6 | 246 | 122 | 104 |
| Binary | 1101010 | 11110000 | 11010000 | 111000 | 0 | 1101 | 110 | 10100110 | 1010010 | 1000100 |
Color Harmonies of #6AF0D0
Complementary color
Monochromatic Colors of #6AF0D0
Black with #6AF0D0
Text Example
Text Example
White with #6AF0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF0D0; }
p { color: rgb(106,240,208); }
H1.HeaderClassName
{
color: #6AF0D0;
}
.AnyTagClassName
{
color: #6AF0D0;
}
</style>
background-color css
<style>
a { background-color: #6AF0D0; }
a { background-color: rgb(106,240,208); }
div.DivClassName
{
background-color: #6AF0D0;
}
.BgClassName
{
background-color: #6AF0D0;
}
</style>
border-color css
<style>
span { border-color: #6AF0D0; }
span { border-color: rgb(106,240,208); }
td.TdClassName
{
border-color: #6AF0D0;
}
.TagClassName
{
border-color: #6AF0D0;
}
</style>