Shades of Bermuda #7DCBBE
Tints of Bermuda #7DCBBE
RGB
CMYK
RGB Variations
Color information
#7DCBBE (or 0x7DCBBE) is known color: Bermuda. HEX triplet: 7D, CB and BE. RGB value is (125,203,190). Sum of RGB (Red+Green+Blue) = 125+203+190=518 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.13% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 203 - color contains mainly: green. Hex color #7DCBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCBBE is #823441. Grayscale: #B2B2B2. Windows color (decimal): -8533058 or 12503933. OLE color: 12503933.
HSL color Cylindrical-coordinate representation of color #7DCBBE: hue angle of 170º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DCBBE is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 203 | 190 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.20 |
| HSL | 170º | 0.43% | 0.64% | - |
| HSV(B) | 170º | 0.38% | 0.8% | - |
| XYZ | 39.11 | 50.79 | 56.46 | - |
| YUV | 178.2 | 134.66 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 203 | 190 | 0.38 | 0 | 0.06 | 0.20 | 170 | 0.43 | 0.64 |
| Hex | 7D | CB | BE | 26 | 0 | 6 | 14 | AA | 2B | 40 |
| Octal | 175 | 313 | 276 | 46 | 0 | 6 | 24 | 252 | 53 | 100 |
| Binary | 1111101 | 11001011 | 10111110 | 100110 | 0 | 110 | 10100 | 10101010 | 101011 | 1000000 |
Color Harmonies of #7DCBBE
Complementary color
Monochromatic Colors of #7DCBBE
Black with #7DCBBE
Text Example
Text Example
White with #7DCBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCBBE; }
p { color: rgb(125,203,190); }
H1.HeaderClassName
{
color: #7DCBBE;
}
.AnyTagClassName
{
color: #7DCBBE;
}
</style>
background-color css
<style>
a { background-color: #7DCBBE; }
a { background-color: rgb(125,203,190); }
div.DivClassName
{
background-color: #7DCBBE;
}
.BgClassName
{
background-color: #7DCBBE;
}
</style>
border-color css
<style>
span { border-color: #7DCBBE; }
span { border-color: rgb(125,203,190); }
td.TdClassName
{
border-color: #7DCBBE;
}
.TagClassName
{
border-color: #7DCBBE;
}
</style>