Shades of Aquamarine #7BEFCB
Tints of Aquamarine #7BEFCB
RGB
CMYK
RGB Variations
Color information
#7BEFCB (or 0x7BEFCB) is known color: Aquamarine. HEX triplet: 7B, EF and CB. RGB value is (123,239,203). Sum of RGB (Red+Green+Blue) = 123+239+203=565 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.77% from 565); Green value is 239 (93.75% from 255 or 42.30% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 239 - color contains mainly: green. Hex color #7BEFCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEFCB is #841034. Grayscale: #C8C8C8. Windows color (decimal): -8654901 or 13365115. OLE color: 13365115.
HSL color Cylindrical-coordinate representation of color #7BEFCB: hue angle of 161.38º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BEFCB is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 123 | 239 | 203 | - |
| CMYK | 0.49 | 0 | 0.15 | 0.06 |
| HSL | 161.38º | 0.78% | 0.71% | - |
| HSV(B) | 161.38º | 0.49% | 0.94% | - |
| XYZ | 49.81 | 70.26 | 67.44 | - |
| YUV | 200.21 | 129.57 | 72.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 239 | 203 | 0.49 | 0 | 0.15 | 0.06 | 161.38 | 0.78 | 0.71 |
| Hex | 7B | EF | CB | 31 | 0 | F | 6 | A1 | 4E | 47 |
| Octal | 173 | 357 | 313 | 61 | 0 | 17 | 6 | 241 | 116 | 107 |
| Binary | 1111011 | 11101111 | 11001011 | 110001 | 0 | 1111 | 110 | 10100001 | 1001110 | 1000111 |
Color Harmonies of #7BEFCB
Complementary color
Monochromatic Colors of #7BEFCB
Black with #7BEFCB
Text Example
Text Example
White with #7BEFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BEFCB; }
p { color: rgb(123,239,203); }
H1.HeaderClassName
{
color: #7BEFCB;
}
.AnyTagClassName
{
color: #7BEFCB;
}
</style>
background-color css
<style>
a { background-color: #7BEFCB; }
a { background-color: rgb(123,239,203); }
div.DivClassName
{
background-color: #7BEFCB;
}
.BgClassName
{
background-color: #7BEFCB;
}
</style>
border-color css
<style>
span { border-color: #7BEFCB; }
span { border-color: rgb(123,239,203); }
td.TdClassName
{
border-color: #7BEFCB;
}
.TagClassName
{
border-color: #7BEFCB;
}
</style>