Shades of Bermuda #7BDFC0
Tints of Bermuda #7BDFC0
RGB
CMYK
RGB Variations
Color information
#7BDFC0 (or 0x7BDFC0) is known color: Bermuda. HEX triplet: 7B, DF and C0. RGB value is (123,223,192). Sum of RGB (Red+Green+Blue) = 123+223+192=538 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.86% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 192 (75.39% from 255 or 35.69% from 538); Max value from RGB is 223 - color contains mainly: green. Hex color #7BDFC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDFC0 is #84203F. Grayscale: #BDBDBD. Windows color (decimal): -8659008 or 12640123. OLE color: 12640123.
HSL color Cylindrical-coordinate representation of color #7BDFC0: hue angle of 161.4º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BDFC0 is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 223 | 192 | - |
| CMYK | 0.45 | 0 | 0.14 | 0.13 |
| HSL | 161.4º | 0.61% | 0.68% | - |
| HSV(B) | 161.4º | 0.45% | 0.87% | - |
| XYZ | 44.07 | 60.79 | 59.28 | - |
| YUV | 189.57 | 129.37 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 223 | 192 | 0.45 | 0 | 0.14 | 0.13 | 161.4 | 0.61 | 0.68 |
| Hex | 7B | DF | C0 | 2D | 0 | E | D | A1 | 3D | 44 |
| Octal | 173 | 337 | 300 | 55 | 0 | 16 | 15 | 241 | 75 | 104 |
| Binary | 1111011 | 11011111 | 11000000 | 101101 | 0 | 1110 | 1101 | 10100001 | 111101 | 1000100 |
Color Harmonies of #7BDFC0
Complementary color
Monochromatic Colors of #7BDFC0
Black with #7BDFC0
Text Example
Text Example
White with #7BDFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDFC0; }
p { color: rgb(123,223,192); }
H1.HeaderClassName
{
color: #7BDFC0;
}
.AnyTagClassName
{
color: #7BDFC0;
}
</style>
background-color css
<style>
a { background-color: #7BDFC0; }
a { background-color: rgb(123,223,192); }
div.DivClassName
{
background-color: #7BDFC0;
}
.BgClassName
{
background-color: #7BDFC0;
}
</style>
border-color css
<style>
span { border-color: #7BDFC0; }
span { border-color: rgb(123,223,192); }
td.TdClassName
{
border-color: #7BDFC0;
}
.TagClassName
{
border-color: #7BDFC0;
}
</style>