Shades of Aquamarine #6CF4DD
Tints of Aquamarine #6CF4DD
RGB
CMYK
RGB Variations
Color information
#6CF4DD (or 0x6CF4DD) is known color: Aquamarine. HEX triplet: 6C, F4 and DD. RGB value is (108,244,221). Sum of RGB (Red+Green+Blue) = 108+244+221=573 (75% of max value = 765). Red value is 108 (42.58% from 255 or 18.85% from 573); Green value is 244 (95.70% from 255 or 42.58% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 244 - color contains mainly: green. Hex color #6CF4DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CF4DD is #930B22. Grayscale: #C8C8C8. Windows color (decimal): -9636643 or 14546028. OLE color: 14546028.
HSL color Cylindrical-coordinate representation of color #6CF4DD: hue angle of 169.85º 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 #6CF4DD is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 108 | 244 | 221 | - |
| CMYK | 0.56 | 0 | 0.09 | 0.04 |
| HSL | 169.85º | 0.86% | 0.69% | - |
| HSV(B) | 169.85º | 0.56% | 0.96% | - |
| XYZ | 51.59 | 73.11 | 79.8 | - |
| YUV | 200.71 | 139.44 | 61.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 244 | 221 | 0.56 | 0 | 0.09 | 0.04 | 169.85 | 0.86 | 0.69 |
| Hex | 6C | F4 | DD | 38 | 0 | 9 | 4 | AA | 56 | 45 |
| Octal | 154 | 364 | 335 | 70 | 0 | 11 | 4 | 252 | 126 | 105 |
| Binary | 1101100 | 11110100 | 11011101 | 111000 | 0 | 1001 | 100 | 10101010 | 1010110 | 1000101 |
Color Harmonies of #6CF4DD
Complementary color
Monochromatic Colors of #6CF4DD
Black with #6CF4DD
Text Example
Text Example
White with #6CF4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF4DD; }
p { color: rgb(108,244,221); }
H1.HeaderClassName
{
color: #6CF4DD;
}
.AnyTagClassName
{
color: #6CF4DD;
}
</style>
background-color css
<style>
a { background-color: #6CF4DD; }
a { background-color: rgb(108,244,221); }
div.DivClassName
{
background-color: #6CF4DD;
}
.BgClassName
{
background-color: #6CF4DD;
}
</style>
border-color css
<style>
span { border-color: #6CF4DD; }
span { border-color: rgb(108,244,221); }
td.TdClassName
{
border-color: #6CF4DD;
}
.TagClassName
{
border-color: #6CF4DD;
}
</style>