Shades of Bermuda #7BD0C4
Tints of Bermuda #7BD0C4
RGB
CMYK
RGB Variations
Color information
#7BD0C4 (or 0x7BD0C4) is known color: Bermuda. HEX triplet: 7B, D0 and C4. RGB value is (123,208,196). Sum of RGB (Red+Green+Blue) = 123+208+196=527 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.34% from 527); Green value is 208 (81.64% from 255 or 39.47% from 527); Blue value is 196 (76.95% from 255 or 37.19% from 527); Max value from RGB is 208 - color contains mainly: green. Hex color #7BD0C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BD0C4 is #842F3B. Grayscale: #B5B5B5. Windows color (decimal): -8662844 or 12898427. OLE color: 12898427.
HSL color Cylindrical-coordinate representation of color #7BD0C4: hue angle of 171.53º 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 #7BD0C4 is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 123 | 208 | 196 | - |
| CMYK | 0.41 | 0 | 0.06 | 0.18 |
| HSL | 171.53º | 0.47% | 0.65% | - |
| HSV(B) | 171.53º | 0.41% | 0.82% | - |
| XYZ | 40.69 | 53.31 | 60.37 | - |
| YUV | 181.22 | 136.34 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 208 | 196 | 0.41 | 0 | 0.06 | 0.18 | 171.53 | 0.47 | 0.65 |
| Hex | 7B | D0 | C4 | 29 | 0 | 6 | 12 | AC | 2F | 41 |
| Octal | 173 | 320 | 304 | 51 | 0 | 6 | 22 | 254 | 57 | 101 |
| Binary | 1111011 | 11010000 | 11000100 | 101001 | 0 | 110 | 10010 | 10101100 | 101111 | 1000001 |
Color Harmonies of #7BD0C4
Complementary color
Monochromatic Colors of #7BD0C4
Black with #7BD0C4
Text Example
Text Example
White with #7BD0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD0C4; }
p { color: rgb(123,208,196); }
H1.HeaderClassName
{
color: #7BD0C4;
}
.AnyTagClassName
{
color: #7BD0C4;
}
</style>
background-color css
<style>
a { background-color: #7BD0C4; }
a { background-color: rgb(123,208,196); }
div.DivClassName
{
background-color: #7BD0C4;
}
.BgClassName
{
background-color: #7BD0C4;
}
</style>
border-color css
<style>
span { border-color: #7BD0C4; }
span { border-color: rgb(123,208,196); }
td.TdClassName
{
border-color: #7BD0C4;
}
.TagClassName
{
border-color: #7BD0C4;
}
</style>