Shades of Aquamarine #7CEECB
Tints of Aquamarine #7CEECB
RGB
CMYK
RGB Variations
Color information
#7CEECB (or 0x7CEECB) is known color: Aquamarine. HEX triplet: 7C, EE and CB. RGB value is (124,238,203). Sum of RGB (Red+Green+Blue) = 124+238+203=565 (74% of max value = 765). Red value is 124 (48.83% from 255 or 21.95% from 565); Green value is 238 (93.36% from 255 or 42.12% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 238 - color contains mainly: green. Hex color #7CEECB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CEECB is #831134. Grayscale: #C7C7C7. Windows color (decimal): -8589621 or 13364860. OLE color: 13364860.
HSL color Cylindrical-coordinate representation of color #7CEECB: hue angle of 161.58º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7CEECB is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 238 | 203 | - |
| CMYK | 0.48 | 0 | 0.15 | 0.07 |
| HSL | 161.58º | 0.77% | 0.71% | - |
| HSV(B) | 161.58º | 0.48% | 0.93% | - |
| XYZ | 49.67 | 69.75 | 67.34 | - |
| YUV | 199.92 | 129.73 | 73.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 238 | 203 | 0.48 | 0 | 0.15 | 0.07 | 161.58 | 0.77 | 0.71 |
| Hex | 7C | EE | CB | 30 | 0 | F | 7 | A2 | 4D | 47 |
| Octal | 174 | 356 | 313 | 60 | 0 | 17 | 7 | 242 | 115 | 107 |
| Binary | 1111100 | 11101110 | 11001011 | 110000 | 0 | 1111 | 111 | 10100010 | 1001101 | 1000111 |
Color Harmonies of #7CEECB
Complementary color
Monochromatic Colors of #7CEECB
Black with #7CEECB
Text Example
Text Example
White with #7CEECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CEECB; }
p { color: rgb(124,238,203); }
H1.HeaderClassName
{
color: #7CEECB;
}
.AnyTagClassName
{
color: #7CEECB;
}
</style>
background-color css
<style>
a { background-color: #7CEECB; }
a { background-color: rgb(124,238,203); }
div.DivClassName
{
background-color: #7CEECB;
}
.BgClassName
{
background-color: #7CEECB;
}
</style>
border-color css
<style>
span { border-color: #7CEECB; }
span { border-color: rgb(124,238,203); }
td.TdClassName
{
border-color: #7CEECB;
}
.TagClassName
{
border-color: #7CEECB;
}
</style>