Shades of Aquamarine #6CFFD2
Tints of Aquamarine #6CFFD2
RGB
CMYK
RGB Variations
Color information
#6CFFD2 (or 0x6CFFD2) is known color: Aquamarine. HEX triplet: 6C, FF and D2. RGB value is (108,255,210). Sum of RGB (Red+Green+Blue) = 108+255+210=573 (75% of max value = 765). Red value is 108 (42.58% from 255 or 18.85% from 573); Green value is 255 (100% from 255 or 44.50% from 573); Blue value is 210 (82.42% from 255 or 36.65% from 573); Max value from RGB is 255 - color contains mainly: green. Hex color #6CFFD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CFFD2 is #93002D. Grayscale: #CDCDCD. Windows color (decimal): -9633838 or 13827948. OLE color: 13827948.
HSL color Cylindrical-coordinate representation of color #6CFFD2: hue angle of 161.63º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6CFFD2 is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 255 | 210 | - |
| CMYK | 0.58 | 0 | 0.18 | 0 |
| HSL | 161.63º | 1% | 0.71% | - |
| HSV(B) | 161.63º | 0.58% | 1% | - |
| XYZ | 53.58 | 79.36 | 73.47 | - |
| YUV | 205.92 | 130.3 | 58.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 255 | 210 | 0.58 | 0 | 0.18 | 0 | 161.63 | 1 | 0.71 |
| Hex | 6C | FF | D2 | 3A | 0 | 12 | 0 | A2 | 64 | 47 |
| Octal | 154 | 377 | 322 | 72 | 0 | 22 | 0 | 242 | 144 | 107 |
| Binary | 1101100 | 11111111 | 11010010 | 111010 | 0 | 10010 | 0 | 10100010 | 1100100 | 1000111 |
Color Harmonies of #6CFFD2
Complementary color
Monochromatic Colors of #6CFFD2
Black with #6CFFD2
Text Example
Text Example
White with #6CFFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CFFD2; }
p { color: rgb(108,255,210); }
H1.HeaderClassName
{
color: #6CFFD2;
}
.AnyTagClassName
{
color: #6CFFD2;
}
</style>
background-color css
<style>
a { background-color: #6CFFD2; }
a { background-color: rgb(108,255,210); }
div.DivClassName
{
background-color: #6CFFD2;
}
.BgClassName
{
background-color: #6CFFD2;
}
</style>
border-color css
<style>
span { border-color: #6CFFD2; }
span { border-color: rgb(108,255,210); }
td.TdClassName
{
border-color: #6CFFD2;
}
.TagClassName
{
border-color: #6CFFD2;
}
</style>