Shades of Bermuda #7BEAB7
Tints of Bermuda #7BEAB7
RGB
CMYK
RGB Variations
Color information
#7BEAB7 (or 0x7BEAB7) is known color: Bermuda. HEX triplet: 7B, EA and B7. RGB value is (123,234,183). Sum of RGB (Red+Green+Blue) = 123+234+183=540 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.78% from 540); Green value is 234 (91.80% from 255 or 43.33% from 540); Blue value is 183 (71.88% from 255 or 33.89% from 540); Max value from RGB is 234 - color contains mainly: green. Hex color #7BEAB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEAB7 is #841548. Grayscale: #C3C3C3. Windows color (decimal): -8656201 or 12053115. OLE color: 12053115.
HSL color Cylindrical-coordinate representation of color #7BEAB7: hue angle of 152.43º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7BEAB7 is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 123 | 234 | 183 | - |
| CMYK | 0.47 | 0 | 0.22 | 0.08 |
| HSL | 152.43º | 0.73% | 0.7% | - |
| HSV(B) | 152.43º | 0.47% | 0.92% | - |
| XYZ | 46.14 | 66.48 | 55.2 | - |
| YUV | 195 | 121.23 | 76.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 234 | 183 | 0.47 | 0 | 0.22 | 0.08 | 152.43 | 0.73 | 0.7 |
| Hex | 7B | EA | B7 | 2F | 0 | 16 | 8 | 98 | 49 | 46 |
| Octal | 173 | 352 | 267 | 57 | 0 | 26 | 10 | 230 | 111 | 106 |
| Binary | 1111011 | 11101010 | 10110111 | 101111 | 0 | 10110 | 1000 | 10011000 | 1001001 | 1000110 |
Color Harmonies of #7BEAB7
Complementary color
Monochromatic Colors of #7BEAB7
Black with #7BEAB7
Text Example
Text Example
White with #7BEAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BEAB7; }
p { color: rgb(123,234,183); }
H1.HeaderClassName
{
color: #7BEAB7;
}
.AnyTagClassName
{
color: #7BEAB7;
}
</style>
background-color css
<style>
a { background-color: #7BEAB7; }
a { background-color: rgb(123,234,183); }
div.DivClassName
{
background-color: #7BEAB7;
}
.BgClassName
{
background-color: #7BEAB7;
}
</style>
border-color css
<style>
span { border-color: #7BEAB7; }
span { border-color: rgb(123,234,183); }
td.TdClassName
{
border-color: #7BEAB7;
}
.TagClassName
{
border-color: #7BEAB7;
}
</style>