Shades of Aquamarine #6AF1DA
Tints of Aquamarine #6AF1DA
RGB
CMYK
RGB Variations
Color information
#6AF1DA (or 0x6AF1DA) is known color: Aquamarine. HEX triplet: 6A, F1 and DA. RGB value is (106,241,218). Sum of RGB (Red+Green+Blue) = 106+241+218=565 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.76% from 565); Green value is 241 (94.53% from 255 or 42.65% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 241 - color contains mainly: green. Hex color #6AF1DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AF1DA is #950E25. Grayscale: #C5C5C5. Windows color (decimal): -9768486 or 14348650. OLE color: 14348650.
HSL color Cylindrical-coordinate representation of color #6AF1DA: hue angle of 169.78º 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 #6AF1DA is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 106 | 241 | 218 | - |
| CMYK | 0.56 | 0 | 0.10 | 0.05 |
| HSL | 169.78º | 0.83% | 0.68% | - |
| HSV(B) | 169.78º | 0.56% | 0.95% | - |
| XYZ | 50.05 | 71.04 | 77.4 | - |
| YUV | 198.01 | 139.27 | 62.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 241 | 218 | 0.56 | 0 | 0.10 | 0.05 | 169.78 | 0.83 | 0.68 |
| Hex | 6A | F1 | DA | 38 | 0 | A | 5 | AA | 53 | 44 |
| Octal | 152 | 361 | 332 | 70 | 0 | 12 | 5 | 252 | 123 | 104 |
| Binary | 1101010 | 11110001 | 11011010 | 111000 | 0 | 1010 | 101 | 10101010 | 1010011 | 1000100 |
Color Harmonies of #6AF1DA
Complementary color
Monochromatic Colors of #6AF1DA
Black with #6AF1DA
Text Example
Text Example
White with #6AF1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF1DA; }
p { color: rgb(106,241,218); }
H1.HeaderClassName
{
color: #6AF1DA;
}
.AnyTagClassName
{
color: #6AF1DA;
}
</style>
background-color css
<style>
a { background-color: #6AF1DA; }
a { background-color: rgb(106,241,218); }
div.DivClassName
{
background-color: #6AF1DA;
}
.BgClassName
{
background-color: #6AF1DA;
}
</style>
border-color css
<style>
span { border-color: #6AF1DA; }
span { border-color: rgb(106,241,218); }
td.TdClassName
{
border-color: #6AF1DA;
}
.TagClassName
{
border-color: #6AF1DA;
}
</style>