Shades of Bermuda #7BD0CC
Tints of Bermuda #7BD0CC
RGB
CMYK
RGB Variations
Color information
#7BD0CC (or 0x7BD0CC) is known color: Bermuda. HEX triplet: 7B, D0 and CC. RGB value is (123,208,204). Sum of RGB (Red+Green+Blue) = 123+208+204=535 (70% of max value = 765). Red value is 123 (48.44% from 255 or 22.99% from 535); Green value is 208 (81.64% from 255 or 38.88% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 208 - color contains mainly: green. Hex color #7BD0CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BD0CC is #842F33. Grayscale: #B6B6B6. Windows color (decimal): -8662836 or 13422715. OLE color: 13422715.
HSL color Cylindrical-coordinate representation of color #7BD0CC: hue angle of 177.18º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7BD0CC is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 123 | 208 | 204 | - |
| CMYK | 0.41 | 0 | 0.02 | 0.18 |
| HSL | 177.18º | 0.47% | 0.65% | - |
| HSV(B) | 177.18º | 0.41% | 0.82% | - |
| XYZ | 41.62 | 53.68 | 65.29 | - |
| YUV | 182.13 | 140.34 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 208 | 204 | 0.41 | 0 | 0.02 | 0.18 | 177.18 | 0.47 | 0.65 |
| Hex | 7B | D0 | CC | 29 | 0 | 2 | 12 | B1 | 2F | 41 |
| Octal | 173 | 320 | 314 | 51 | 0 | 2 | 22 | 261 | 57 | 101 |
| Binary | 1111011 | 11010000 | 11001100 | 101001 | 0 | 10 | 10010 | 10110001 | 101111 | 1000001 |
Color Harmonies of #7BD0CC
Complementary color
Monochromatic Colors of #7BD0CC
Black with #7BD0CC
Text Example
Text Example
White with #7BD0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD0CC; }
p { color: rgb(123,208,204); }
H1.HeaderClassName
{
color: #7BD0CC;
}
.AnyTagClassName
{
color: #7BD0CC;
}
</style>
background-color css
<style>
a { background-color: #7BD0CC; }
a { background-color: rgb(123,208,204); }
div.DivClassName
{
background-color: #7BD0CC;
}
.BgClassName
{
background-color: #7BD0CC;
}
</style>
border-color css
<style>
span { border-color: #7BD0CC; }
span { border-color: rgb(123,208,204); }
td.TdClassName
{
border-color: #7BD0CC;
}
.TagClassName
{
border-color: #7BD0CC;
}
</style>