Shades of Aquamarine #6CF4D0
Tints of Aquamarine #6CF4D0
RGB
CMYK
RGB Variations
Color information
#6CF4D0 (or 0x6CF4D0) is known color: Aquamarine. HEX triplet: 6C, F4 and D0. RGB value is (108,244,208). Sum of RGB (Red+Green+Blue) = 108+244+208=560 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.29% from 560); Green value is 244 (95.70% from 255 or 43.57% from 560); Blue value is 208 (81.64% from 255 or 37.14% from 560); Max value from RGB is 244 - color contains mainly: green. Hex color #6CF4D0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CF4D0 is #930B2F. Grayscale: #C7C7C7. Windows color (decimal): -9636656 or 13694060. OLE color: 13694060.
HSL color Cylindrical-coordinate representation of color #6CF4D0: hue angle of 164.12º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6CF4D0 is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 108 | 244 | 208 | - |
| CMYK | 0.56 | 0 | 0.15 | 0.04 |
| HSL | 164.12º | 0.86% | 0.69% | - |
| HSV(B) | 164.12º | 0.56% | 0.96% | - |
| XYZ | 49.92 | 72.44 | 71.03 | - |
| YUV | 199.23 | 132.94 | 62.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 244 | 208 | 0.56 | 0 | 0.15 | 0.04 | 164.12 | 0.86 | 0.69 |
| Hex | 6C | F4 | D0 | 38 | 0 | F | 4 | A4 | 56 | 45 |
| Octal | 154 | 364 | 320 | 70 | 0 | 17 | 4 | 244 | 126 | 105 |
| Binary | 1101100 | 11110100 | 11010000 | 111000 | 0 | 1111 | 100 | 10100100 | 1010110 | 1000101 |
Color Harmonies of #6CF4D0
Complementary color
Monochromatic Colors of #6CF4D0
Black with #6CF4D0
Text Example
Text Example
White with #6CF4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF4D0; }
p { color: rgb(108,244,208); }
H1.HeaderClassName
{
color: #6CF4D0;
}
.AnyTagClassName
{
color: #6CF4D0;
}
</style>
background-color css
<style>
a { background-color: #6CF4D0; }
a { background-color: rgb(108,244,208); }
div.DivClassName
{
background-color: #6CF4D0;
}
.BgClassName
{
background-color: #6CF4D0;
}
</style>
border-color css
<style>
span { border-color: #6CF4D0; }
span { border-color: rgb(108,244,208); }
td.TdClassName
{
border-color: #6CF4D0;
}
.TagClassName
{
border-color: #6CF4D0;
}
</style>