Shades of Bermuda #7BD0C9
Tints of Bermuda #7BD0C9
RGB
CMYK
RGB Variations
Color information
#7BD0C9 (or 0x7BD0C9) is known color: Bermuda. HEX triplet: 7B, D0 and C9. RGB value is (123,208,201). Sum of RGB (Red+Green+Blue) = 123+208+201=532 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.12% from 532); Green value is 208 (81.64% from 255 or 39.10% from 532); Blue value is 201 (78.91% from 255 or 37.78% from 532); Max value from RGB is 208 - color contains mainly: green. Hex color #7BD0C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BD0C9 is #842F36. Grayscale: #B5B5B5. Windows color (decimal): -8662839 or 13226107. OLE color: 13226107.
HSL color Cylindrical-coordinate representation of color #7BD0C9: hue angle of 175.06º 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 #7BD0C9 is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 123 | 208 | 201 | - |
| CMYK | 0.41 | 0 | 0.03 | 0.18 |
| HSL | 175.06º | 0.47% | 0.65% | - |
| HSV(B) | 175.06º | 0.41% | 0.82% | - |
| XYZ | 41.27 | 53.54 | 63.42 | - |
| YUV | 181.79 | 138.84 | 86.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 208 | 201 | 0.41 | 0 | 0.03 | 0.18 | 175.06 | 0.47 | 0.65 |
| Hex | 7B | D0 | C9 | 29 | 0 | 3 | 12 | AF | 2F | 41 |
| Octal | 173 | 320 | 311 | 51 | 0 | 3 | 22 | 257 | 57 | 101 |
| Binary | 1111011 | 11010000 | 11001001 | 101001 | 0 | 11 | 10010 | 10101111 | 101111 | 1000001 |
Color Harmonies of #7BD0C9
Complementary color
Monochromatic Colors of #7BD0C9
Black with #7BD0C9
Text Example
Text Example
White with #7BD0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD0C9; }
p { color: rgb(123,208,201); }
H1.HeaderClassName
{
color: #7BD0C9;
}
.AnyTagClassName
{
color: #7BD0C9;
}
</style>
background-color css
<style>
a { background-color: #7BD0C9; }
a { background-color: rgb(123,208,201); }
div.DivClassName
{
background-color: #7BD0C9;
}
.BgClassName
{
background-color: #7BD0C9;
}
</style>
border-color css
<style>
span { border-color: #7BD0C9; }
span { border-color: rgb(123,208,201); }
td.TdClassName
{
border-color: #7BD0C9;
}
.TagClassName
{
border-color: #7BD0C9;
}
</style>