Shades of Aquamarine #6FFDD4
Tints of Aquamarine #6FFDD4
RGB
CMYK
RGB Variations
Color information
#6FFDD4 (or 0x6FFDD4) is known color: Aquamarine. HEX triplet: 6F, FD and D4. RGB value is (111,253,212). Sum of RGB (Red+Green+Blue) = 111+253+212=576 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.27% from 576); Green value is 253 (99.22% from 255 or 43.92% from 576); Blue value is 212 (83.20% from 255 or 36.81% from 576); Max value from RGB is 253 - color contains mainly: green. Hex color #6FFDD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFDD4 is #90022B. Grayscale: #CDCDCD. Windows color (decimal): -9437740 or 13958511. OLE color: 13958511.
HSL color Cylindrical-coordinate representation of color #6FFDD4: hue angle of 162.68º 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 #6FFDD4 is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 253 | 212 | - |
| CMYK | 0.56 | 0 | 0.16 | 0.01 |
| HSL | 162.68º | 0.97% | 0.71% | - |
| HSV(B) | 162.68º | 0.56% | 0.99% | - |
| XYZ | 53.56 | 78.38 | 74.59 | - |
| YUV | 205.87 | 131.46 | 60.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 253 | 212 | 0.56 | 0 | 0.16 | 0.01 | 162.68 | 0.97 | 0.71 |
| Hex | 6F | FD | D4 | 38 | 0 | 10 | 1 | A3 | 61 | 47 |
| Octal | 157 | 375 | 324 | 70 | 0 | 20 | 1 | 243 | 141 | 107 |
| Binary | 1101111 | 11111101 | 11010100 | 111000 | 0 | 10000 | 1 | 10100011 | 1100001 | 1000111 |
Color Harmonies of #6FFDD4
Complementary color
Monochromatic Colors of #6FFDD4
Black with #6FFDD4
Text Example
Text Example
White with #6FFDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFDD4; }
p { color: rgb(111,253,212); }
H1.HeaderClassName
{
color: #6FFDD4;
}
.AnyTagClassName
{
color: #6FFDD4;
}
</style>
background-color css
<style>
a { background-color: #6FFDD4; }
a { background-color: rgb(111,253,212); }
div.DivClassName
{
background-color: #6FFDD4;
}
.BgClassName
{
background-color: #6FFDD4;
}
</style>
border-color css
<style>
span { border-color: #6FFDD4; }
span { border-color: rgb(111,253,212); }
td.TdClassName
{
border-color: #6FFDD4;
}
.TagClassName
{
border-color: #6FFDD4;
}
</style>