Shades of Aquamarine #6AF7B5
Tints of Aquamarine #6AF7B5
RGB
CMYK
RGB Variations
Color information
#6AF7B5 (or 0x6AF7B5) is known color: Aquamarine. HEX triplet: 6A, F7 and B5. RGB value is (106,247,181). Sum of RGB (Red+Green+Blue) = 106+247+181=534 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.85% from 534); Green value is 247 (96.88% from 255 or 46.25% from 534); Blue value is 181 (71.09% from 255 or 33.90% from 534); Max value from RGB is 247 - color contains mainly: green. Hex color #6AF7B5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AF7B5 is #95084A. Grayscale: #C5C5C5. Windows color (decimal): -9766987 or 11925354. OLE color: 11925354.
HSL color Cylindrical-coordinate representation of color #6AF7B5: hue angle of 151.91º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6AF7B5 is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 106 | 247 | 181 | - |
| CMYK | 0.57 | 0 | 0.27 | 0.03 |
| HSL | 151.91º | 0.9% | 0.69% | - |
| HSV(B) | 151.91º | 0.57% | 0.97% | - |
| XYZ | 47.55 | 72.92 | 55.29 | - |
| YUV | 197.32 | 118.79 | 62.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 247 | 181 | 0.57 | 0 | 0.27 | 0.03 | 151.91 | 0.9 | 0.69 |
| Hex | 6A | F7 | B5 | 39 | 0 | 1B | 3 | 98 | 5A | 45 |
| Octal | 152 | 367 | 265 | 71 | 0 | 33 | 3 | 230 | 132 | 105 |
| Binary | 1101010 | 11110111 | 10110101 | 111001 | 0 | 11011 | 11 | 10011000 | 1011010 | 1000101 |
Color Harmonies of #6AF7B5
Complementary color
Monochromatic Colors of #6AF7B5
Black with #6AF7B5
Text Example
Text Example
White with #6AF7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF7B5; }
p { color: rgb(106,247,181); }
H1.HeaderClassName
{
color: #6AF7B5;
}
.AnyTagClassName
{
color: #6AF7B5;
}
</style>
background-color css
<style>
a { background-color: #6AF7B5; }
a { background-color: rgb(106,247,181); }
div.DivClassName
{
background-color: #6AF7B5;
}
.BgClassName
{
background-color: #6AF7B5;
}
</style>
border-color css
<style>
span { border-color: #6AF7B5; }
span { border-color: rgb(106,247,181); }
td.TdClassName
{
border-color: #6AF7B5;
}
.TagClassName
{
border-color: #6AF7B5;
}
</style>