Shades of Bermuda #7BCFC4
Tints of Bermuda #7BCFC4
RGB
CMYK
RGB Variations
Color information
#7BCFC4 (or 0x7BCFC4) is known color: Bermuda. HEX triplet: 7B, CF and C4. RGB value is (123,207,196). Sum of RGB (Red+Green+Blue) = 123+207+196=526 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.38% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 196 (76.95% from 255 or 37.26% from 526); Max value from RGB is 207 - color contains mainly: green. Hex color #7BCFC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCFC4 is #84303B. Grayscale: #B4B4B4. Windows color (decimal): -8663100 or 12898171. OLE color: 12898171.
HSL color Cylindrical-coordinate representation of color #7BCFC4: hue angle of 172.14º 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 #7BCFC4 is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 207 | 196 | - |
| CMYK | 0.41 | 0 | 0.05 | 0.19 |
| HSL | 172.14º | 0.47% | 0.65% | - |
| HSV(B) | 172.14º | 0.41% | 0.81% | - |
| XYZ | 40.45 | 52.82 | 60.29 | - |
| YUV | 180.63 | 136.67 | 86.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 207 | 196 | 0.41 | 0 | 0.05 | 0.19 | 172.14 | 0.47 | 0.65 |
| Hex | 7B | CF | C4 | 29 | 0 | 5 | 13 | AC | 2F | 41 |
| Octal | 173 | 317 | 304 | 51 | 0 | 5 | 23 | 254 | 57 | 101 |
| Binary | 1111011 | 11001111 | 11000100 | 101001 | 0 | 101 | 10011 | 10101100 | 101111 | 1000001 |
Color Harmonies of #7BCFC4
Complementary color
Monochromatic Colors of #7BCFC4
Black with #7BCFC4
Text Example
Text Example
White with #7BCFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCFC4; }
p { color: rgb(123,207,196); }
H1.HeaderClassName
{
color: #7BCFC4;
}
.AnyTagClassName
{
color: #7BCFC4;
}
</style>
background-color css
<style>
a { background-color: #7BCFC4; }
a { background-color: rgb(123,207,196); }
div.DivClassName
{
background-color: #7BCFC4;
}
.BgClassName
{
background-color: #7BCFC4;
}
</style>
border-color css
<style>
span { border-color: #7BCFC4; }
span { border-color: rgb(123,207,196); }
td.TdClassName
{
border-color: #7BCFC4;
}
.TagClassName
{
border-color: #7BCFC4;
}
</style>