Shades of Aquamarine #6CF2DA
Tints of Aquamarine #6CF2DA
RGB
CMYK
RGB Variations
Color information
#6CF2DA (or 0x6CF2DA) is known color: Aquamarine. HEX triplet: 6C, F2 and DA. RGB value is (108,242,218). Sum of RGB (Red+Green+Blue) = 108+242+218=568 (75% of max value = 765). Red value is 108 (42.58% from 255 or 19.01% from 568); Green value is 242 (94.92% from 255 or 42.61% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 242 - color contains mainly: green. Hex color #6CF2DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CF2DA is #930D25. Grayscale: #C7C7C7. Windows color (decimal): -9637158 or 14348908. OLE color: 14348908.
HSL color Cylindrical-coordinate representation of color #6CF2DA: hue angle of 169.25º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CF2DA is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 242 | 218 | - |
| CMYK | 0.55 | 0 | 0.10 | 0.05 |
| HSL | 169.25º | 0.84% | 0.69% | - |
| HSV(B) | 169.25º | 0.55% | 0.95% | - |
| XYZ | 50.59 | 71.75 | 77.51 | - |
| YUV | 199.2 | 138.61 | 62.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 242 | 218 | 0.55 | 0 | 0.10 | 0.05 | 169.25 | 0.84 | 0.69 |
| Hex | 6C | F2 | DA | 37 | 0 | A | 5 | A9 | 54 | 45 |
| Octal | 154 | 362 | 332 | 67 | 0 | 12 | 5 | 251 | 124 | 105 |
| Binary | 1101100 | 11110010 | 11011010 | 110111 | 0 | 1010 | 101 | 10101001 | 1010100 | 1000101 |
Color Harmonies of #6CF2DA
Complementary color
Monochromatic Colors of #6CF2DA
Black with #6CF2DA
Text Example
Text Example
White with #6CF2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF2DA; }
p { color: rgb(108,242,218); }
H1.HeaderClassName
{
color: #6CF2DA;
}
.AnyTagClassName
{
color: #6CF2DA;
}
</style>
background-color css
<style>
a { background-color: #6CF2DA; }
a { background-color: rgb(108,242,218); }
div.DivClassName
{
background-color: #6CF2DA;
}
.BgClassName
{
background-color: #6CF2DA;
}
</style>
border-color css
<style>
span { border-color: #6CF2DA; }
span { border-color: rgb(108,242,218); }
td.TdClassName
{
border-color: #6CF2DA;
}
.TagClassName
{
border-color: #6CF2DA;
}
</style>