Shades of Aquamarine #7CF0CB
Tints of Aquamarine #7CF0CB
RGB
CMYK
RGB Variations
Color information
#7CF0CB (or 0x7CF0CB) is known color: Aquamarine. HEX triplet: 7C, F0 and CB. RGB value is (124,240,203). Sum of RGB (Red+Green+Blue) = 124+240+203=567 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.87% from 567); Green value is 240 (94.14% from 255 or 42.33% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 240 - color contains mainly: green. Hex color #7CF0CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CF0CB is #830F34. Grayscale: #C9C9C9. Windows color (decimal): -8589109 or 13365372. OLE color: 13365372.
HSL color Cylindrical-coordinate representation of color #7CF0CB: hue angle of 160.86º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7CF0CB is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 124 | 240 | 203 | - |
| CMYK | 0.48 | 0 | 0.15 | 0.06 |
| HSL | 160.86º | 0.79% | 0.71% | - |
| HSV(B) | 160.86º | 0.48% | 0.94% | - |
| XYZ | 50.25 | 70.92 | 67.54 | - |
| YUV | 201.1 | 129.07 | 73.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 240 | 203 | 0.48 | 0 | 0.15 | 0.06 | 160.86 | 0.79 | 0.71 |
| Hex | 7C | F0 | CB | 30 | 0 | F | 6 | A1 | 4F | 47 |
| Octal | 174 | 360 | 313 | 60 | 0 | 17 | 6 | 241 | 117 | 107 |
| Binary | 1111100 | 11110000 | 11001011 | 110000 | 0 | 1111 | 110 | 10100001 | 1001111 | 1000111 |
Color Harmonies of #7CF0CB
Complementary color
Monochromatic Colors of #7CF0CB
Black with #7CF0CB
Text Example
Text Example
White with #7CF0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF0CB; }
p { color: rgb(124,240,203); }
H1.HeaderClassName
{
color: #7CF0CB;
}
.AnyTagClassName
{
color: #7CF0CB;
}
</style>
background-color css
<style>
a { background-color: #7CF0CB; }
a { background-color: rgb(124,240,203); }
div.DivClassName
{
background-color: #7CF0CB;
}
.BgClassName
{
background-color: #7CF0CB;
}
</style>
border-color css
<style>
span { border-color: #7CF0CB; }
span { border-color: rgb(124,240,203); }
td.TdClassName
{
border-color: #7CF0CB;
}
.TagClassName
{
border-color: #7CF0CB;
}
</style>