Shades of Aquamarine #6CFFCB
Tints of Aquamarine #6CFFCB
RGB
CMYK
RGB Variations
Color information
#6CFFCB (or 0x6CFFCB) is known color: Aquamarine. HEX triplet: 6C, FF and CB. RGB value is (108,255,203). Sum of RGB (Red+Green+Blue) = 108+255+203=566 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.08% from 566); Green value is 255 (100% from 255 or 45.05% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 255 - color contains mainly: green. Hex color #6CFFCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CFFCB is #930034. Grayscale: #CDCDCD. Windows color (decimal): -9633845 or 13369196. OLE color: 13369196.
HSL color Cylindrical-coordinate representation of color #6CFFCB: hue angle of 158.78º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6CFFCB is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 255 | 203 | - |
| CMYK | 0.58 | 0 | 0.20 | 0 |
| HSL | 158.78º | 1% | 0.71% | - |
| HSV(B) | 158.78º | 0.58% | 1% | - |
| XYZ | 52.72 | 79.02 | 68.97 | - |
| YUV | 205.12 | 126.8 | 58.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 255 | 203 | 0.58 | 0 | 0.20 | 0 | 158.78 | 1 | 0.71 |
| Hex | 6C | FF | CB | 3A | 0 | 14 | 0 | 9F | 64 | 47 |
| Octal | 154 | 377 | 313 | 72 | 0 | 24 | 0 | 237 | 144 | 107 |
| Binary | 1101100 | 11111111 | 11001011 | 111010 | 0 | 10100 | 0 | 10011111 | 1100100 | 1000111 |
Color Harmonies of #6CFFCB
Complementary color
Monochromatic Colors of #6CFFCB
Black with #6CFFCB
Text Example
Text Example
White with #6CFFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CFFCB; }
p { color: rgb(108,255,203); }
H1.HeaderClassName
{
color: #6CFFCB;
}
.AnyTagClassName
{
color: #6CFFCB;
}
</style>
background-color css
<style>
a { background-color: #6CFFCB; }
a { background-color: rgb(108,255,203); }
div.DivClassName
{
background-color: #6CFFCB;
}
.BgClassName
{
background-color: #6CFFCB;
}
</style>
border-color css
<style>
span { border-color: #6CFFCB; }
span { border-color: rgb(108,255,203); }
td.TdClassName
{
border-color: #6CFFCB;
}
.TagClassName
{
border-color: #6CFFCB;
}
</style>