Shades of Aquamarine #6DFBD2
Tints of Aquamarine #6DFBD2
RGB
CMYK
RGB Variations
Color information
#6DFBD2 (or 0x6DFBD2) is known color: Aquamarine. HEX triplet: 6D, FB and D2. RGB value is (109,251,210). Sum of RGB (Red+Green+Blue) = 109+251+210=570 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.12% from 570); Green value is 251 (98.44% from 255 or 44.04% from 570); Blue value is 210 (82.42% from 255 or 36.84% from 570); Max value from RGB is 251 - color contains mainly: green. Hex color #6DFBD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFBD2 is #92042D. Grayscale: #CBCBCB. Windows color (decimal): -9569326 or 13826925. OLE color: 13826925.
HSL color Cylindrical-coordinate representation of color #6DFBD2: hue angle of 162.68º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DFBD2 is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 251 | 210 | - |
| CMYK | 0.57 | 0 | 0.16 | 0.02 |
| HSL | 162.68º | 0.95% | 0.71% | - |
| HSV(B) | 162.68º | 0.57% | 0.98% | - |
| XYZ | 52.44 | 76.9 | 73.05 | - |
| YUV | 203.87 | 131.46 | 60.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 251 | 210 | 0.57 | 0 | 0.16 | 0.02 | 162.68 | 0.95 | 0.71 |
| Hex | 6D | FB | D2 | 39 | 0 | 10 | 2 | A3 | 5F | 47 |
| Octal | 155 | 373 | 322 | 71 | 0 | 20 | 2 | 243 | 137 | 107 |
| Binary | 1101101 | 11111011 | 11010010 | 111001 | 0 | 10000 | 10 | 10100011 | 1011111 | 1000111 |
Color Harmonies of #6DFBD2
Complementary color
Monochromatic Colors of #6DFBD2
Black with #6DFBD2
Text Example
Text Example
White with #6DFBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFBD2; }
p { color: rgb(109,251,210); }
H1.HeaderClassName
{
color: #6DFBD2;
}
.AnyTagClassName
{
color: #6DFBD2;
}
</style>
background-color css
<style>
a { background-color: #6DFBD2; }
a { background-color: rgb(109,251,210); }
div.DivClassName
{
background-color: #6DFBD2;
}
.BgClassName
{
background-color: #6DFBD2;
}
</style>
border-color css
<style>
span { border-color: #6DFBD2; }
span { border-color: rgb(109,251,210); }
td.TdClassName
{
border-color: #6DFBD2;
}
.TagClassName
{
border-color: #6DFBD2;
}
</style>