Shades of Aquamarine #6CFDCB
Tints of Aquamarine #6CFDCB
RGB
CMYK
RGB Variations
Color information
#6CFDCB (or 0x6CFDCB) is known color: Aquamarine. HEX triplet: 6C, FD and CB. RGB value is (108,253,203). Sum of RGB (Red+Green+Blue) = 108+253+203=564 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.15% from 564); Green value is 253 (99.22% from 255 or 44.86% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 253 - color contains mainly: green. Hex color #6CFDCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CFDCB is #930234. Grayscale: #CCCCCC. Windows color (decimal): -9634357 or 13368684. OLE color: 13368684.
HSL color Cylindrical-coordinate representation of color #6CFDCB: hue angle of 159.31º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CFDCB is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 108 | 253 | 203 | - |
| CMYK | 0.57 | 0 | 0.20 | 0.01 |
| HSL | 159.31º | 0.97% | 0.71% | - |
| HSV(B) | 159.31º | 0.57% | 0.99% | - |
| XYZ | 52.09 | 77.75 | 68.76 | - |
| YUV | 203.95 | 127.46 | 59.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 253 | 203 | 0.57 | 0 | 0.20 | 0.01 | 159.31 | 0.97 | 0.71 |
| Hex | 6C | FD | CB | 39 | 0 | 14 | 1 | 9F | 61 | 47 |
| Octal | 154 | 375 | 313 | 71 | 0 | 24 | 1 | 237 | 141 | 107 |
| Binary | 1101100 | 11111101 | 11001011 | 111001 | 0 | 10100 | 1 | 10011111 | 1100001 | 1000111 |
Color Harmonies of #6CFDCB
Complementary color
Monochromatic Colors of #6CFDCB
Black with #6CFDCB
Text Example
Text Example
White with #6CFDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CFDCB; }
p { color: rgb(108,253,203); }
H1.HeaderClassName
{
color: #6CFDCB;
}
.AnyTagClassName
{
color: #6CFDCB;
}
</style>
background-color css
<style>
a { background-color: #6CFDCB; }
a { background-color: rgb(108,253,203); }
div.DivClassName
{
background-color: #6CFDCB;
}
.BgClassName
{
background-color: #6CFDCB;
}
</style>
border-color css
<style>
span { border-color: #6CFDCB; }
span { border-color: rgb(108,253,203); }
td.TdClassName
{
border-color: #6CFDCB;
}
.TagClassName
{
border-color: #6CFDCB;
}
</style>