Shades of Aquamarine #6AF1D8
Tints of Aquamarine #6AF1D8
RGB
CMYK
RGB Variations
Color information
#6AF1D8 (or 0x6AF1D8) is known color: Aquamarine. HEX triplet: 6A, F1 and D8. RGB value is (106,241,216). Sum of RGB (Red+Green+Blue) = 106+241+216=563 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.83% from 563); Green value is 241 (94.53% from 255 or 42.81% from 563); Blue value is 216 (84.77% from 255 or 38.37% from 563); Max value from RGB is 241 - color contains mainly: green. Hex color #6AF1D8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AF1D8 is #950E27. Grayscale: #C5C5C5. Windows color (decimal): -9768488 or 14217578. OLE color: 14217578.
HSL color Cylindrical-coordinate representation of color #6AF1D8: hue angle of 168.89º 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 #6AF1D8 is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 106 | 241 | 216 | - |
| CMYK | 0.56 | 0 | 0.10 | 0.05 |
| HSL | 168.89º | 0.83% | 0.68% | - |
| HSV(B) | 168.89º | 0.56% | 0.95% | - |
| XYZ | 49.79 | 70.93 | 76.03 | - |
| YUV | 197.79 | 138.27 | 62.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 241 | 216 | 0.56 | 0 | 0.10 | 0.05 | 168.89 | 0.83 | 0.68 |
| Hex | 6A | F1 | D8 | 38 | 0 | A | 5 | A9 | 53 | 44 |
| Octal | 152 | 361 | 330 | 70 | 0 | 12 | 5 | 251 | 123 | 104 |
| Binary | 1101010 | 11110001 | 11011000 | 111000 | 0 | 1010 | 101 | 10101001 | 1010011 | 1000100 |
Color Harmonies of #6AF1D8
Complementary color
Monochromatic Colors of #6AF1D8
Black with #6AF1D8
Text Example
Text Example
White with #6AF1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF1D8; }
p { color: rgb(106,241,216); }
H1.HeaderClassName
{
color: #6AF1D8;
}
.AnyTagClassName
{
color: #6AF1D8;
}
</style>
background-color css
<style>
a { background-color: #6AF1D8; }
a { background-color: rgb(106,241,216); }
div.DivClassName
{
background-color: #6AF1D8;
}
.BgClassName
{
background-color: #6AF1D8;
}
</style>
border-color css
<style>
span { border-color: #6AF1D8; }
span { border-color: rgb(106,241,216); }
td.TdClassName
{
border-color: #6AF1D8;
}
.TagClassName
{
border-color: #6AF1D8;
}
</style>