Shades of Bermuda #7BCFBE
Tints of Bermuda #7BCFBE
RGB
CMYK
RGB Variations
Color information
#7BCFBE (or 0x7BCFBE) is known color: Bermuda. HEX triplet: 7B, CF and BE. RGB value is (123,207,190). Sum of RGB (Red+Green+Blue) = 123+207+190=520 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.65% from 520); Green value is 207 (81.25% from 255 or 39.81% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 207 - color contains mainly: green. Hex color #7BCFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCFBE is #843041. Grayscale: #B3B3B3. Windows color (decimal): -8663106 or 12504955. OLE color: 12504955.
HSL color Cylindrical-coordinate representation of color #7BCFBE: hue angle of 167.86º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7BCFBE is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 207 | 190 | - |
| CMYK | 0.41 | 0 | 0.08 | 0.19 |
| HSL | 167.86º | 0.47% | 0.65% | - |
| HSV(B) | 167.86º | 0.41% | 0.81% | - |
| XYZ | 39.78 | 52.55 | 56.76 | - |
| YUV | 179.95 | 133.67 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 207 | 190 | 0.41 | 0 | 0.08 | 0.19 | 167.86 | 0.47 | 0.65 |
| Hex | 7B | CF | BE | 29 | 0 | 8 | 13 | A8 | 2F | 41 |
| Octal | 173 | 317 | 276 | 51 | 0 | 10 | 23 | 250 | 57 | 101 |
| Binary | 1111011 | 11001111 | 10111110 | 101001 | 0 | 1000 | 10011 | 10101000 | 101111 | 1000001 |
Color Harmonies of #7BCFBE
Complementary color
Monochromatic Colors of #7BCFBE
Black with #7BCFBE
Text Example
Text Example
White with #7BCFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCFBE; }
p { color: rgb(123,207,190); }
H1.HeaderClassName
{
color: #7BCFBE;
}
.AnyTagClassName
{
color: #7BCFBE;
}
</style>
background-color css
<style>
a { background-color: #7BCFBE; }
a { background-color: rgb(123,207,190); }
div.DivClassName
{
background-color: #7BCFBE;
}
.BgClassName
{
background-color: #7BCFBE;
}
</style>
border-color css
<style>
span { border-color: #7BCFBE; }
span { border-color: rgb(123,207,190); }
td.TdClassName
{
border-color: #7BCFBE;
}
.TagClassName
{
border-color: #7BCFBE;
}
</style>