Shades of Aquamarine #6AFDCB
Tints of Aquamarine #6AFDCB
RGB
CMYK
RGB Variations
Color information
#6AFDCB (or 0x6AFDCB) is known color: Aquamarine. HEX triplet: 6A, FD and CB. RGB value is (106,253,203). Sum of RGB (Red+Green+Blue) = 106+253+203=562 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.86% from 562); Green value is 253 (99.22% from 255 or 45.02% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 253 - color contains mainly: green. Hex color #6AFDCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFDCB is #950234. Grayscale: #CBCBCB. Windows color (decimal): -9765429 or 13368682. OLE color: 13368682.
HSL color Cylindrical-coordinate representation of color #6AFDCB: hue angle of 159.59º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFDCB is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 253 | 203 | - |
| CMYK | 0.58 | 0 | 0.20 | 0.01 |
| HSL | 159.59º | 0.97% | 0.7% | - |
| HSV(B) | 159.59º | 0.58% | 0.99% | - |
| XYZ | 51.85 | 77.63 | 68.75 | - |
| YUV | 203.35 | 127.8 | 58.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 253 | 203 | 0.58 | 0 | 0.20 | 0.01 | 159.59 | 0.97 | 0.7 |
| Hex | 6A | FD | CB | 3A | 0 | 14 | 1 | A0 | 61 | 46 |
| Octal | 152 | 375 | 313 | 72 | 0 | 24 | 1 | 240 | 141 | 106 |
| Binary | 1101010 | 11111101 | 11001011 | 111010 | 0 | 10100 | 1 | 10100000 | 1100001 | 1000110 |
Color Harmonies of #6AFDCB
Complementary color
Monochromatic Colors of #6AFDCB
Black with #6AFDCB
Text Example
Text Example
White with #6AFDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFDCB; }
p { color: rgb(106,253,203); }
H1.HeaderClassName
{
color: #6AFDCB;
}
.AnyTagClassName
{
color: #6AFDCB;
}
</style>
background-color css
<style>
a { background-color: #6AFDCB; }
a { background-color: rgb(106,253,203); }
div.DivClassName
{
background-color: #6AFDCB;
}
.BgClassName
{
background-color: #6AFDCB;
}
</style>
border-color css
<style>
span { border-color: #6AFDCB; }
span { border-color: rgb(106,253,203); }
td.TdClassName
{
border-color: #6AFDCB;
}
.TagClassName
{
border-color: #6AFDCB;
}
</style>