Shades of Aquamarine #6AF1BE
Tints of Aquamarine #6AF1BE
RGB
CMYK
RGB Variations
Color information
#6AF1BE (or 0x6AF1BE) is known color: Aquamarine. HEX triplet: 6A, F1 and BE. RGB value is (106,241,190). Sum of RGB (Red+Green+Blue) = 106+241+190=537 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.74% from 537); Green value is 241 (94.53% from 255 or 44.88% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 241 - color contains mainly: green. Hex color #6AF1BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AF1BE is #950E41. Grayscale: #C2C2C2. Windows color (decimal): -9768514 or 12513642. OLE color: 12513642.
HSL color Cylindrical-coordinate representation of color #6AF1BE: hue angle of 157.33º 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 #6AF1BE is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 106 | 241 | 190 | - |
| CMYK | 0.56 | 0 | 0.21 | 0.05 |
| HSL | 157.33º | 0.83% | 0.68% | - |
| HSV(B) | 157.33º | 0.56% | 0.95% | - |
| XYZ | 46.69 | 69.69 | 59.71 | - |
| YUV | 194.82 | 125.27 | 64.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 241 | 190 | 0.56 | 0 | 0.21 | 0.05 | 157.33 | 0.83 | 0.68 |
| Hex | 6A | F1 | BE | 38 | 0 | 15 | 5 | 9D | 53 | 44 |
| Octal | 152 | 361 | 276 | 70 | 0 | 25 | 5 | 235 | 123 | 104 |
| Binary | 1101010 | 11110001 | 10111110 | 111000 | 0 | 10101 | 101 | 10011101 | 1010011 | 1000100 |
Color Harmonies of #6AF1BE
Complementary color
Monochromatic Colors of #6AF1BE
Black with #6AF1BE
Text Example
Text Example
White with #6AF1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF1BE; }
p { color: rgb(106,241,190); }
H1.HeaderClassName
{
color: #6AF1BE;
}
.AnyTagClassName
{
color: #6AF1BE;
}
</style>
background-color css
<style>
a { background-color: #6AF1BE; }
a { background-color: rgb(106,241,190); }
div.DivClassName
{
background-color: #6AF1BE;
}
.BgClassName
{
background-color: #6AF1BE;
}
</style>
border-color css
<style>
span { border-color: #6AF1BE; }
span { border-color: rgb(106,241,190); }
td.TdClassName
{
border-color: #6AF1BE;
}
.TagClassName
{
border-color: #6AF1BE;
}
</style>