Shades of Bermuda #7BCFCC
Tints of Bermuda #7BCFCC
RGB
CMYK
RGB Variations
Color information
#7BCFCC (or 0x7BCFCC) is known color: Bermuda. HEX triplet: 7B, CF and CC. RGB value is (123,207,204). Sum of RGB (Red+Green+Blue) = 123+207+204=534 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.03% from 534); Green value is 207 (81.25% from 255 or 38.76% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 207 - color contains mainly: green. Hex color #7BCFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCFCC is #843033. Grayscale: #B5B5B5. Windows color (decimal): -8663092 or 13422459. OLE color: 13422459.
HSL color Cylindrical-coordinate representation of color #7BCFCC: hue angle of 177.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 #7BCFCC is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 207 | 204 | - |
| CMYK | 0.41 | 0 | 0.01 | 0.19 |
| HSL | 177.86º | 0.47% | 0.65% | - |
| HSV(B) | 177.86º | 0.41% | 0.81% | - |
| XYZ | 41.38 | 53.2 | 65.21 | - |
| YUV | 181.54 | 140.67 | 86.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 207 | 204 | 0.41 | 0 | 0.01 | 0.19 | 177.86 | 0.47 | 0.65 |
| Hex | 7B | CF | CC | 29 | 0 | 1 | 13 | B2 | 2F | 41 |
| Octal | 173 | 317 | 314 | 51 | 0 | 1 | 23 | 262 | 57 | 101 |
| Binary | 1111011 | 11001111 | 11001100 | 101001 | 0 | 1 | 10011 | 10110010 | 101111 | 1000001 |
Color Harmonies of #7BCFCC
Complementary color
Monochromatic Colors of #7BCFCC
Black with #7BCFCC
Text Example
Text Example
White with #7BCFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCFCC; }
p { color: rgb(123,207,204); }
H1.HeaderClassName
{
color: #7BCFCC;
}
.AnyTagClassName
{
color: #7BCFCC;
}
</style>
background-color css
<style>
a { background-color: #7BCFCC; }
a { background-color: rgb(123,207,204); }
div.DivClassName
{
background-color: #7BCFCC;
}
.BgClassName
{
background-color: #7BCFCC;
}
</style>
border-color css
<style>
span { border-color: #7BCFCC; }
span { border-color: rgb(123,207,204); }
td.TdClassName
{
border-color: #7BCFCC;
}
.TagClassName
{
border-color: #7BCFCC;
}
</style>