Shades of Aquamarine #6CF7B5
Tints of Aquamarine #6CF7B5
RGB
CMYK
RGB Variations
Color information
#6CF7B5 (or 0x6CF7B5) is known color: Aquamarine. HEX triplet: 6C, F7 and B5. RGB value is (108,247,181). Sum of RGB (Red+Green+Blue) = 108+247+181=536 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.15% from 536); Green value is 247 (96.88% from 255 or 46.08% from 536); Blue value is 181 (71.09% from 255 or 33.77% from 536); Max value from RGB is 247 - color contains mainly: green. Hex color #6CF7B5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CF7B5 is #93084A. Grayscale: #C6C6C6. Windows color (decimal): -9635915 or 11925356. OLE color: 11925356.
HSL color Cylindrical-coordinate representation of color #6CF7B5: hue angle of 151.51º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6CF7B5 is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 108 | 247 | 181 | - |
| CMYK | 0.56 | 0 | 0.27 | 0.03 |
| HSL | 151.51º | 0.9% | 0.7% | - |
| HSV(B) | 151.51º | 0.56% | 0.97% | - |
| XYZ | 47.79 | 73.05 | 55.3 | - |
| YUV | 197.92 | 118.45 | 63.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 247 | 181 | 0.56 | 0 | 0.27 | 0.03 | 151.51 | 0.9 | 0.7 |
| Hex | 6C | F7 | B5 | 38 | 0 | 1B | 3 | 98 | 5A | 46 |
| Octal | 154 | 367 | 265 | 70 | 0 | 33 | 3 | 230 | 132 | 106 |
| Binary | 1101100 | 11110111 | 10110101 | 111000 | 0 | 11011 | 11 | 10011000 | 1011010 | 1000110 |
Color Harmonies of #6CF7B5
Complementary color
Monochromatic Colors of #6CF7B5
Black with #6CF7B5
Text Example
Text Example
White with #6CF7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF7B5; }
p { color: rgb(108,247,181); }
H1.HeaderClassName
{
color: #6CF7B5;
}
.AnyTagClassName
{
color: #6CF7B5;
}
</style>
background-color css
<style>
a { background-color: #6CF7B5; }
a { background-color: rgb(108,247,181); }
div.DivClassName
{
background-color: #6CF7B5;
}
.BgClassName
{
background-color: #6CF7B5;
}
</style>
border-color css
<style>
span { border-color: #6CF7B5; }
span { border-color: rgb(108,247,181); }
td.TdClassName
{
border-color: #6CF7B5;
}
.TagClassName
{
border-color: #6CF7B5;
}
</style>