Shades of Aquamarine #6FFDB3
Tints of Aquamarine #6FFDB3
RGB
CMYK
RGB Variations
Color information
#6FFDB3 (or 0x6FFDB3) is known color: Aquamarine. HEX triplet: 6F, FD and B3. RGB value is (111,253,179). Sum of RGB (Red+Green+Blue) = 111+253+179=543 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.44% from 543); Green value is 253 (99.22% from 255 or 46.59% from 543); Blue value is 179 (70.31% from 255 or 32.97% from 543); Max value from RGB is 253 - color contains mainly: green. Hex color #6FFDB3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFDB3 is #90024C. Grayscale: #CACACA. Windows color (decimal): -9437773 or 11795823. OLE color: 11795823.
HSL color Cylindrical-coordinate representation of color #6FFDB3: hue angle of 148.73º 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 #6FFDB3 is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 253 | 179 | - |
| CMYK | 0.56 | 0 | 0.29 | 0.01 |
| HSL | 148.73º | 0.97% | 0.71% | - |
| HSV(B) | 148.73º | 0.56% | 0.99% | - |
| XYZ | 49.82 | 76.88 | 54.86 | - |
| YUV | 202.11 | 114.96 | 63.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 253 | 179 | 0.56 | 0 | 0.29 | 0.01 | 148.73 | 0.97 | 0.71 |
| Hex | 6F | FD | B3 | 38 | 0 | 1D | 1 | 95 | 61 | 47 |
| Octal | 157 | 375 | 263 | 70 | 0 | 35 | 1 | 225 | 141 | 107 |
| Binary | 1101111 | 11111101 | 10110011 | 111000 | 0 | 11101 | 1 | 10010101 | 1100001 | 1000111 |
Color Harmonies of #6FFDB3
Complementary color
Monochromatic Colors of #6FFDB3
Black with #6FFDB3
Text Example
Text Example
White with #6FFDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFDB3; }
p { color: rgb(111,253,179); }
H1.HeaderClassName
{
color: #6FFDB3;
}
.AnyTagClassName
{
color: #6FFDB3;
}
</style>
background-color css
<style>
a { background-color: #6FFDB3; }
a { background-color: rgb(111,253,179); }
div.DivClassName
{
background-color: #6FFDB3;
}
.BgClassName
{
background-color: #6FFDB3;
}
</style>
border-color css
<style>
span { border-color: #6FFDB3; }
span { border-color: rgb(111,253,179); }
td.TdClassName
{
border-color: #6FFDB3;
}
.TagClassName
{
border-color: #6FFDB3;
}
</style>