Shades of Aquamarine #6FFDD3
Tints of Aquamarine #6FFDD3
RGB
CMYK
RGB Variations
Color information
#6FFDD3 (or 0x6FFDD3) is known color: Aquamarine. HEX triplet: 6F, FD and D3. RGB value is (111,253,211). Sum of RGB (Red+Green+Blue) = 111+253+211=575 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.30% from 575); Green value is 253 (99.22% from 255 or 44% from 575); Blue value is 211 (82.81% from 255 or 36.70% from 575); Max value from RGB is 253 - color contains mainly: green. Hex color #6FFDD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFDD3 is #90022C. Grayscale: #CDCDCD. Windows color (decimal): -9437741 or 13892975. OLE color: 13892975.
HSL color Cylindrical-coordinate representation of color #6FFDD3: hue angle of 162.25º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FFDD3 is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 253 | 211 | - |
| CMYK | 0.56 | 0 | 0.17 | 0.01 |
| HSL | 162.25º | 0.97% | 0.71% | - |
| HSV(B) | 162.25º | 0.56% | 0.99% | - |
| XYZ | 53.44 | 78.33 | 73.93 | - |
| YUV | 205.75 | 130.96 | 60.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 253 | 211 | 0.56 | 0 | 0.17 | 0.01 | 162.25 | 0.97 | 0.71 |
| Hex | 6F | FD | D3 | 38 | 0 | 11 | 1 | A2 | 61 | 47 |
| Octal | 157 | 375 | 323 | 70 | 0 | 21 | 1 | 242 | 141 | 107 |
| Binary | 1101111 | 11111101 | 11010011 | 111000 | 0 | 10001 | 1 | 10100010 | 1100001 | 1000111 |
Color Harmonies of #6FFDD3
Complementary color
Monochromatic Colors of #6FFDD3
Black with #6FFDD3
Text Example
Text Example
White with #6FFDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFDD3; }
p { color: rgb(111,253,211); }
H1.HeaderClassName
{
color: #6FFDD3;
}
.AnyTagClassName
{
color: #6FFDD3;
}
</style>
background-color css
<style>
a { background-color: #6FFDD3; }
a { background-color: rgb(111,253,211); }
div.DivClassName
{
background-color: #6FFDD3;
}
.BgClassName
{
background-color: #6FFDD3;
}
</style>
border-color css
<style>
span { border-color: #6FFDD3; }
span { border-color: rgb(111,253,211); }
td.TdClassName
{
border-color: #6FFDD3;
}
.TagClassName
{
border-color: #6FFDD3;
}
</style>