Shades of Aquamarine #6AF1D6
Tints of Aquamarine #6AF1D6
RGB
CMYK
RGB Variations
Color information
#6AF1D6 (or 0x6AF1D6) is known color: Aquamarine. HEX triplet: 6A, F1 and D6. RGB value is (106,241,214). Sum of RGB (Red+Green+Blue) = 106+241+214=561 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.89% from 561); Green value is 241 (94.53% from 255 or 42.96% from 561); Blue value is 214 (83.98% from 255 or 38.15% from 561); Max value from RGB is 241 - color contains mainly: green. Hex color #6AF1D6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AF1D6 is #950E29. Grayscale: #C5C5C5. Windows color (decimal): -9768490 or 14086506. OLE color: 14086506.
HSL color Cylindrical-coordinate representation of color #6AF1D6: hue angle of 168º 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 #6AF1D6 is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 106 | 241 | 214 | - |
| CMYK | 0.56 | 0 | 0.11 | 0.05 |
| HSL | 168º | 0.83% | 0.68% | - |
| HSV(B) | 168º | 0.56% | 0.95% | - |
| XYZ | 49.54 | 70.83 | 74.68 | - |
| YUV | 197.56 | 137.27 | 62.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 241 | 214 | 0.56 | 0 | 0.11 | 0.05 | 168 | 0.83 | 0.68 |
| Hex | 6A | F1 | D6 | 38 | 0 | B | 5 | A8 | 53 | 44 |
| Octal | 152 | 361 | 326 | 70 | 0 | 13 | 5 | 250 | 123 | 104 |
| Binary | 1101010 | 11110001 | 11010110 | 111000 | 0 | 1011 | 101 | 10101000 | 1010011 | 1000100 |
Color Harmonies of #6AF1D6
Complementary color
Monochromatic Colors of #6AF1D6
Black with #6AF1D6
Text Example
Text Example
White with #6AF1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF1D6; }
p { color: rgb(106,241,214); }
H1.HeaderClassName
{
color: #6AF1D6;
}
.AnyTagClassName
{
color: #6AF1D6;
}
</style>
background-color css
<style>
a { background-color: #6AF1D6; }
a { background-color: rgb(106,241,214); }
div.DivClassName
{
background-color: #6AF1D6;
}
.BgClassName
{
background-color: #6AF1D6;
}
</style>
border-color css
<style>
span { border-color: #6AF1D6; }
span { border-color: rgb(106,241,214); }
td.TdClassName
{
border-color: #6AF1D6;
}
.TagClassName
{
border-color: #6AF1D6;
}
</style>