Shades of Bermuda #7DDCB8
Tints of Bermuda #7DDCB8
RGB
CMYK
RGB Variations
Color information
#7DDCB8 (or 0x7DDCB8) is known color: Bermuda. HEX triplet: 7D, DC and B8. RGB value is (125,220,184). Sum of RGB (Red+Green+Blue) = 125+220+184=529 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.63% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 184 (72.27% from 255 or 34.78% from 529); Max value from RGB is 220 - color contains mainly: green. Hex color #7DDCB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDCB8 is #822347. Grayscale: #BBBBBB. Windows color (decimal): -8528712 or 12115069. OLE color: 12115069.
HSL color Cylindrical-coordinate representation of color #7DDCB8: hue angle of 157.26º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDCB8 is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 220 | 184 | - |
| CMYK | 0.43 | 0 | 0.16 | 0.14 |
| HSL | 157.26º | 0.58% | 0.68% | - |
| HSV(B) | 157.26º | 0.43% | 0.86% | - |
| XYZ | 42.7 | 59.01 | 54.49 | - |
| YUV | 187.49 | 126.03 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 220 | 184 | 0.43 | 0 | 0.16 | 0.14 | 157.26 | 0.58 | 0.68 |
| Hex | 7D | DC | B8 | 2B | 0 | 10 | E | 9D | 3A | 44 |
| Octal | 175 | 334 | 270 | 53 | 0 | 20 | 16 | 235 | 72 | 104 |
| Binary | 1111101 | 11011100 | 10111000 | 101011 | 0 | 10000 | 1110 | 10011101 | 111010 | 1000100 |
Color Harmonies of #7DDCB8
Complementary color
Monochromatic Colors of #7DDCB8
Black with #7DDCB8
Text Example
Text Example
White with #7DDCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDCB8; }
p { color: rgb(125,220,184); }
H1.HeaderClassName
{
color: #7DDCB8;
}
.AnyTagClassName
{
color: #7DDCB8;
}
</style>
background-color css
<style>
a { background-color: #7DDCB8; }
a { background-color: rgb(125,220,184); }
div.DivClassName
{
background-color: #7DDCB8;
}
.BgClassName
{
background-color: #7DDCB8;
}
</style>
border-color css
<style>
span { border-color: #7DDCB8; }
span { border-color: rgb(125,220,184); }
td.TdClassName
{
border-color: #7DDCB8;
}
.TagClassName
{
border-color: #7DDCB8;
}
</style>