Shades of Bermuda #7FDDB4
Tints of Bermuda #7FDDB4
RGB
CMYK
RGB Variations
Color information
#7FDDB4 (or 0x7FDDB4) is known color: Bermuda. HEX triplet: 7F, DD and B4. RGB value is (127,221,180). Sum of RGB (Red+Green+Blue) = 127+221+180=528 (69% of max value = 765). Red value is 127 (50% from 255 or 24.05% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 180 (70.70% from 255 or 34.09% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #7FDDB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDDB4 is #80224B. Grayscale: #BCBCBC. Windows color (decimal): -8397388 or 11853183. OLE color: 11853183.
HSL color Cylindrical-coordinate representation of color #7FDDB4: hue angle of 153.83º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FDDB4 is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 221 | 180 | - |
| CMYK | 0.43 | 0 | 0.19 | 0.13 |
| HSL | 153.83º | 0.58% | 0.68% | - |
| HSV(B) | 153.83º | 0.43% | 0.87% | - |
| XYZ | 42.85 | 59.52 | 52.41 | - |
| YUV | 188.22 | 123.36 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 221 | 180 | 0.43 | 0 | 0.19 | 0.13 | 153.83 | 0.58 | 0.68 |
| Hex | 7F | DD | B4 | 2B | 0 | 13 | D | 9A | 3A | 44 |
| Octal | 177 | 335 | 264 | 53 | 0 | 23 | 15 | 232 | 72 | 104 |
| Binary | 1111111 | 11011101 | 10110100 | 101011 | 0 | 10011 | 1101 | 10011010 | 111010 | 1000100 |
Color Harmonies of #7FDDB4
Complementary color
Monochromatic Colors of #7FDDB4
Black with #7FDDB4
Text Example
Text Example
White with #7FDDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDDB4; }
p { color: rgb(127,221,180); }
H1.HeaderClassName
{
color: #7FDDB4;
}
.AnyTagClassName
{
color: #7FDDB4;
}
</style>
background-color css
<style>
a { background-color: #7FDDB4; }
a { background-color: rgb(127,221,180); }
div.DivClassName
{
background-color: #7FDDB4;
}
.BgClassName
{
background-color: #7FDDB4;
}
</style>
border-color css
<style>
span { border-color: #7FDDB4; }
span { border-color: rgb(127,221,180); }
td.TdClassName
{
border-color: #7FDDB4;
}
.TagClassName
{
border-color: #7FDDB4;
}
</style>