Shades of Aquamarine #6AF3D8
Tints of Aquamarine #6AF3D8
RGB
CMYK
RGB Variations
Color information
#6AF3D8 (or 0x6AF3D8) is known color: Aquamarine. HEX triplet: 6A, F3 and D8. RGB value is (106,243,216). Sum of RGB (Red+Green+Blue) = 106+243+216=565 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.76% from 565); Green value is 243 (95.31% from 255 or 43.01% from 565); Blue value is 216 (84.77% from 255 or 38.23% from 565); Max value from RGB is 243 - color contains mainly: green. Hex color #6AF3D8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AF3D8 is #950C27. Grayscale: #C6C6C6. Windows color (decimal): -9767976 or 14218090. OLE color: 14218090.
HSL color Cylindrical-coordinate representation of color #6AF3D8: hue angle of 168.18º 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 #6AF3D8 is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 106 | 243 | 216 | - |
| CMYK | 0.56 | 0 | 0.11 | 0.05 |
| HSL | 168.18º | 0.85% | 0.68% | - |
| HSV(B) | 168.18º | 0.56% | 0.95% | - |
| XYZ | 50.39 | 72.12 | 76.23 | - |
| YUV | 198.96 | 137.61 | 61.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 243 | 216 | 0.56 | 0 | 0.11 | 0.05 | 168.18 | 0.85 | 0.68 |
| Hex | 6A | F3 | D8 | 38 | 0 | B | 5 | A8 | 55 | 44 |
| Octal | 152 | 363 | 330 | 70 | 0 | 13 | 5 | 250 | 125 | 104 |
| Binary | 1101010 | 11110011 | 11011000 | 111000 | 0 | 1011 | 101 | 10101000 | 1010101 | 1000100 |
Color Harmonies of #6AF3D8
Complementary color
Monochromatic Colors of #6AF3D8
Black with #6AF3D8
Text Example
Text Example
White with #6AF3D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF3D8; }
p { color: rgb(106,243,216); }
H1.HeaderClassName
{
color: #6AF3D8;
}
.AnyTagClassName
{
color: #6AF3D8;
}
</style>
background-color css
<style>
a { background-color: #6AF3D8; }
a { background-color: rgb(106,243,216); }
div.DivClassName
{
background-color: #6AF3D8;
}
.BgClassName
{
background-color: #6AF3D8;
}
</style>
border-color css
<style>
span { border-color: #6AF3D8; }
span { border-color: rgb(106,243,216); }
td.TdClassName
{
border-color: #6AF3D8;
}
.TagClassName
{
border-color: #6AF3D8;
}
</style>