Shades of Aquamarine #6BFDD3
Tints of Aquamarine #6BFDD3
RGB
CMYK
RGB Variations
Color information
#6BFDD3 (or 0x6BFDD3) is known color: Aquamarine. HEX triplet: 6B, FD and D3. RGB value is (107,253,211). Sum of RGB (Red+Green+Blue) = 107+253+211=571 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.74% from 571); Green value is 253 (99.22% from 255 or 44.31% from 571); Blue value is 211 (82.81% from 255 or 36.95% from 571); Max value from RGB is 253 - color contains mainly: green. Hex color #6BFDD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFDD3 is #94022C. Grayscale: #CCCCCC. Windows color (decimal): -9699885 or 13892971. OLE color: 13892971.
HSL color Cylindrical-coordinate representation of color #6BFDD3: hue angle of 162.74º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFDD3 is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 253 | 211 | - |
| CMYK | 0.58 | 0 | 0.17 | 0.01 |
| HSL | 162.74º | 0.97% | 0.71% | - |
| HSV(B) | 162.74º | 0.58% | 0.99% | - |
| XYZ | 52.95 | 78.08 | 73.91 | - |
| YUV | 204.56 | 131.63 | 58.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 253 | 211 | 0.58 | 0 | 0.17 | 0.01 | 162.74 | 0.97 | 0.71 |
| Hex | 6B | FD | D3 | 3A | 0 | 11 | 1 | A3 | 61 | 47 |
| Octal | 153 | 375 | 323 | 72 | 0 | 21 | 1 | 243 | 141 | 107 |
| Binary | 1101011 | 11111101 | 11010011 | 111010 | 0 | 10001 | 1 | 10100011 | 1100001 | 1000111 |
Color Harmonies of #6BFDD3
Complementary color
Monochromatic Colors of #6BFDD3
Black with #6BFDD3
Text Example
Text Example
White with #6BFDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFDD3; }
p { color: rgb(107,253,211); }
H1.HeaderClassName
{
color: #6BFDD3;
}
.AnyTagClassName
{
color: #6BFDD3;
}
</style>
background-color css
<style>
a { background-color: #6BFDD3; }
a { background-color: rgb(107,253,211); }
div.DivClassName
{
background-color: #6BFDD3;
}
.BgClassName
{
background-color: #6BFDD3;
}
</style>
border-color css
<style>
span { border-color: #6BFDD3; }
span { border-color: rgb(107,253,211); }
td.TdClassName
{
border-color: #6BFDD3;
}
.TagClassName
{
border-color: #6BFDD3;
}
</style>