Shades of Aquamarine #6CFBDD
Tints of Aquamarine #6CFBDD
RGB
CMYK
RGB Variations
Color information
#6CFBDD (or 0x6CFBDD) is known color: Aquamarine. HEX triplet: 6C, FB and DD. RGB value is (108,251,221). Sum of RGB (Red+Green+Blue) = 108+251+221=580 (76% of max value = 765). Red value is 108 (42.58% from 255 or 18.62% from 580); Green value is 251 (98.44% from 255 or 43.28% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 251 - color contains mainly: green. Hex color #6CFBDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CFBDD is #930422. Grayscale: #CCCCCC. Windows color (decimal): -9634851 or 14547820. OLE color: 14547820.
HSL color Cylindrical-coordinate representation of color #6CFBDD: hue angle of 167.41º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CFBDD is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 108 | 251 | 221 | - |
| CMYK | 0.57 | 0 | 0.12 | 0.02 |
| HSL | 167.41º | 0.95% | 0.7% | - |
| HSV(B) | 167.41º | 0.57% | 0.98% | - |
| XYZ | 53.73 | 77.4 | 80.51 | - |
| YUV | 204.82 | 137.12 | 58.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 251 | 221 | 0.57 | 0 | 0.12 | 0.02 | 167.41 | 0.95 | 0.7 |
| Hex | 6C | FB | DD | 39 | 0 | C | 2 | A7 | 5F | 46 |
| Octal | 154 | 373 | 335 | 71 | 0 | 14 | 2 | 247 | 137 | 106 |
| Binary | 1101100 | 11111011 | 11011101 | 111001 | 0 | 1100 | 10 | 10100111 | 1011111 | 1000110 |
Color Harmonies of #6CFBDD
Complementary color
Monochromatic Colors of #6CFBDD
Black with #6CFBDD
Text Example
Text Example
White with #6CFBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CFBDD; }
p { color: rgb(108,251,221); }
H1.HeaderClassName
{
color: #6CFBDD;
}
.AnyTagClassName
{
color: #6CFBDD;
}
</style>
background-color css
<style>
a { background-color: #6CFBDD; }
a { background-color: rgb(108,251,221); }
div.DivClassName
{
background-color: #6CFBDD;
}
.BgClassName
{
background-color: #6CFBDD;
}
</style>
border-color css
<style>
span { border-color: #6CFBDD; }
span { border-color: rgb(108,251,221); }
td.TdClassName
{
border-color: #6CFBDD;
}
.TagClassName
{
border-color: #6CFBDD;
}
</style>