Shades of Bermuda #7BCBC9
Tints of Bermuda #7BCBC9
RGB
CMYK
RGB Variations
Color information
#7BCBC9 (or 0x7BCBC9) is known color: Bermuda. HEX triplet: 7B, CB and C9. RGB value is (123,203,201). Sum of RGB (Red+Green+Blue) = 123+203+201=527 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.34% from 527); Green value is 203 (79.69% from 255 or 38.52% from 527); Blue value is 201 (78.91% from 255 or 38.14% from 527); Max value from RGB is 203 - color contains mainly: green. Hex color #7BCBC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCBC9 is #843436. Grayscale: #B2B2B2. Windows color (decimal): -8664119 or 13224827. OLE color: 13224827.
HSL color Cylindrical-coordinate representation of color #7BCBC9: hue angle of 178.5º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7BCBC9 is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 203 | 201 | - |
| CMYK | 0.39 | 0 | 0.01 | 0.20 |
| HSL | 178.5º | 0.43% | 0.64% | - |
| HSV(B) | 178.5º | 0.39% | 0.8% | - |
| XYZ | 40.07 | 51.14 | 63.02 | - |
| YUV | 178.85 | 140.5 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 203 | 201 | 0.39 | 0 | 0.01 | 0.20 | 178.5 | 0.43 | 0.64 |
| Hex | 7B | CB | C9 | 27 | 0 | 1 | 14 | B2 | 2B | 40 |
| Octal | 173 | 313 | 311 | 47 | 0 | 1 | 24 | 262 | 53 | 100 |
| Binary | 1111011 | 11001011 | 11001001 | 100111 | 0 | 1 | 10100 | 10110010 | 101011 | 1000000 |
Color Harmonies of #7BCBC9
Complementary color
Monochromatic Colors of #7BCBC9
Black with #7BCBC9
Text Example
Text Example
White with #7BCBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCBC9; }
p { color: rgb(123,203,201); }
H1.HeaderClassName
{
color: #7BCBC9;
}
.AnyTagClassName
{
color: #7BCBC9;
}
</style>
background-color css
<style>
a { background-color: #7BCBC9; }
a { background-color: rgb(123,203,201); }
div.DivClassName
{
background-color: #7BCBC9;
}
.BgClassName
{
background-color: #7BCBC9;
}
</style>
border-color css
<style>
span { border-color: #7BCBC9; }
span { border-color: rgb(123,203,201); }
td.TdClassName
{
border-color: #7BCBC9;
}
.TagClassName
{
border-color: #7BCBC9;
}
</style>