Shades of Bermuda #7BCDC2
Tints of Bermuda #7BCDC2
RGB
CMYK
RGB Variations
Color information
#7BCDC2 (or 0x7BCDC2) is known color: Bermuda. HEX triplet: 7B, CD and C2. RGB value is (123,205,194). Sum of RGB (Red+Green+Blue) = 123+205+194=522 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.56% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 194 (76.17% from 255 or 37.16% from 522); Max value from RGB is 205 - color contains mainly: green. Hex color #7BCDC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCDC2 is #84323D. Grayscale: #B3B3B3. Windows color (decimal): -8663614 or 12766587. OLE color: 12766587.
HSL color Cylindrical-coordinate representation of color #7BCDC2: hue angle of 171.95º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BCDC2 is Cyan = 0.4, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 205 | 194 | - |
| CMYK | 0.4 | 0 | 0.05 | 0.20 |
| HSL | 171.95º | 0.45% | 0.64% | - |
| HSV(B) | 171.95º | 0.4% | 0.8% | - |
| XYZ | 39.74 | 51.77 | 58.94 | - |
| YUV | 179.23 | 136.33 | 87.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 205 | 194 | 0.4 | 0 | 0.05 | 0.20 | 171.95 | 0.45 | 0.64 |
| Hex | 7B | CD | C2 | 28 | 0 | 5 | 14 | AC | 2D | 40 |
| Octal | 173 | 315 | 302 | 50 | 0 | 5 | 24 | 254 | 55 | 100 |
| Binary | 1111011 | 11001101 | 11000010 | 101000 | 0 | 101 | 10100 | 10101100 | 101101 | 1000000 |
Color Harmonies of #7BCDC2
Complementary color
Monochromatic Colors of #7BCDC2
Black with #7BCDC2
Text Example
Text Example
White with #7BCDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCDC2; }
p { color: rgb(123,205,194); }
H1.HeaderClassName
{
color: #7BCDC2;
}
.AnyTagClassName
{
color: #7BCDC2;
}
</style>
background-color css
<style>
a { background-color: #7BCDC2; }
a { background-color: rgb(123,205,194); }
div.DivClassName
{
background-color: #7BCDC2;
}
.BgClassName
{
background-color: #7BCDC2;
}
</style>
border-color css
<style>
span { border-color: #7BCDC2; }
span { border-color: rgb(123,205,194); }
td.TdClassName
{
border-color: #7BCDC2;
}
.TagClassName
{
border-color: #7BCDC2;
}
</style>