Shades of Aquamarine #6FFDCB
Tints of Aquamarine #6FFDCB
RGB
CMYK
RGB Variations
Color information
#6FFDCB (or 0x6FFDCB) is known color: Aquamarine. HEX triplet: 6F, FD and CB. RGB value is (111,253,203). Sum of RGB (Red+Green+Blue) = 111+253+203=567 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.58% from 567); Green value is 253 (99.22% from 255 or 44.62% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 253 - color contains mainly: green. Hex color #6FFDCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFDCB is #900234. Grayscale: #CCCCCC. Windows color (decimal): -9437749 or 13368687. OLE color: 13368687.
HSL color Cylindrical-coordinate representation of color #6FFDCB: hue angle of 158.87º 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 #6FFDCB is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 253 | 203 | - |
| CMYK | 0.56 | 0 | 0.20 | 0.01 |
| HSL | 158.87º | 0.97% | 0.71% | - |
| HSV(B) | 158.87º | 0.56% | 0.99% | - |
| XYZ | 52.46 | 77.94 | 68.78 | - |
| YUV | 204.84 | 126.96 | 61.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 253 | 203 | 0.56 | 0 | 0.20 | 0.01 | 158.87 | 0.97 | 0.71 |
| Hex | 6F | FD | CB | 38 | 0 | 14 | 1 | 9F | 61 | 47 |
| Octal | 157 | 375 | 313 | 70 | 0 | 24 | 1 | 237 | 141 | 107 |
| Binary | 1101111 | 11111101 | 11001011 | 111000 | 0 | 10100 | 1 | 10011111 | 1100001 | 1000111 |
Color Harmonies of #6FFDCB
Complementary color
Monochromatic Colors of #6FFDCB
Black with #6FFDCB
Text Example
Text Example
White with #6FFDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFDCB; }
p { color: rgb(111,253,203); }
H1.HeaderClassName
{
color: #6FFDCB;
}
.AnyTagClassName
{
color: #6FFDCB;
}
</style>
background-color css
<style>
a { background-color: #6FFDCB; }
a { background-color: rgb(111,253,203); }
div.DivClassName
{
background-color: #6FFDCB;
}
.BgClassName
{
background-color: #6FFDCB;
}
</style>
border-color css
<style>
span { border-color: #6FFDCB; }
span { border-color: rgb(111,253,203); }
td.TdClassName
{
border-color: #6FFDCB;
}
.TagClassName
{
border-color: #6FFDCB;
}
</style>