Shades of Aquamarine #6AF3DB
Tints of Aquamarine #6AF3DB
RGB
CMYK
RGB Variations
Color information
#6AF3DB (or 0x6AF3DB) is known color: Aquamarine. HEX triplet: 6A, F3 and DB. RGB value is (106,243,219). Sum of RGB (Red+Green+Blue) = 106+243+219=568 (75% of max value = 765). Red value is 106 (41.80% from 255 or 18.66% from 568); Green value is 243 (95.31% from 255 or 42.78% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 243 - color contains mainly: green. Hex color #6AF3DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AF3DB is #950C24. Grayscale: #C7C7C7. Windows color (decimal): -9767973 or 14414698. OLE color: 14414698.
HSL color Cylindrical-coordinate representation of color #6AF3DB: hue angle of 169.49º degrees, saturation: 0.85, 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 #6AF3DB is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 106 | 243 | 219 | - |
| CMYK | 0.56 | 0 | 0.10 | 0.05 |
| HSL | 169.49º | 0.85% | 0.68% | - |
| HSV(B) | 169.49º | 0.56% | 0.95% | - |
| XYZ | 50.78 | 72.28 | 78.29 | - |
| YUV | 199.3 | 139.11 | 61.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 243 | 219 | 0.56 | 0 | 0.10 | 0.05 | 169.49 | 0.85 | 0.68 |
| Hex | 6A | F3 | DB | 38 | 0 | A | 5 | A9 | 55 | 44 |
| Octal | 152 | 363 | 333 | 70 | 0 | 12 | 5 | 251 | 125 | 104 |
| Binary | 1101010 | 11110011 | 11011011 | 111000 | 0 | 1010 | 101 | 10101001 | 1010101 | 1000100 |
Color Harmonies of #6AF3DB
Complementary color
Monochromatic Colors of #6AF3DB
Black with #6AF3DB
Text Example
Text Example
White with #6AF3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF3DB; }
p { color: rgb(106,243,219); }
H1.HeaderClassName
{
color: #6AF3DB;
}
.AnyTagClassName
{
color: #6AF3DB;
}
</style>
background-color css
<style>
a { background-color: #6AF3DB; }
a { background-color: rgb(106,243,219); }
div.DivClassName
{
background-color: #6AF3DB;
}
.BgClassName
{
background-color: #6AF3DB;
}
</style>
border-color css
<style>
span { border-color: #6AF3DB; }
span { border-color: rgb(106,243,219); }
td.TdClassName
{
border-color: #6AF3DB;
}
.TagClassName
{
border-color: #6AF3DB;
}
</style>