Shades of Bermuda #7FDFB5
Tints of Bermuda #7FDFB5
RGB
CMYK
RGB Variations
Color information
#7FDFB5 (or 0x7FDFB5) is known color: Bermuda. HEX triplet: 7F, DF and B5. RGB value is (127,223,181). Sum of RGB (Red+Green+Blue) = 127+223+181=531 (70% of max value = 765). Red value is 127 (50% from 255 or 23.92% from 531); Green value is 223 (87.5% from 255 or 42.00% from 531); Blue value is 181 (71.09% from 255 or 34.09% from 531); Max value from RGB is 223 - color contains mainly: green. Hex color #7FDFB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDFB5 is #80204A. Grayscale: #BDBDBD. Windows color (decimal): -8396875 or 11919231. OLE color: 11919231.
HSL color Cylindrical-coordinate representation of color #7FDFB5: hue angle of 153.75º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FDFB5 is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 223 | 181 | - |
| CMYK | 0.43 | 0 | 0.19 | 0.13 |
| HSL | 153.75º | 0.6% | 0.69% | - |
| HSV(B) | 153.75º | 0.43% | 0.87% | - |
| XYZ | 43.48 | 60.62 | 53.13 | - |
| YUV | 189.51 | 123.2 | 83.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 223 | 181 | 0.43 | 0 | 0.19 | 0.13 | 153.75 | 0.6 | 0.69 |
| Hex | 7F | DF | B5 | 2B | 0 | 13 | D | 9A | 3C | 45 |
| Octal | 177 | 337 | 265 | 53 | 0 | 23 | 15 | 232 | 74 | 105 |
| Binary | 1111111 | 11011111 | 10110101 | 101011 | 0 | 10011 | 1101 | 10011010 | 111100 | 1000101 |
Color Harmonies of #7FDFB5
Complementary color
Monochromatic Colors of #7FDFB5
Black with #7FDFB5
Text Example
Text Example
White with #7FDFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDFB5; }
p { color: rgb(127,223,181); }
H1.HeaderClassName
{
color: #7FDFB5;
}
.AnyTagClassName
{
color: #7FDFB5;
}
</style>
background-color css
<style>
a { background-color: #7FDFB5; }
a { background-color: rgb(127,223,181); }
div.DivClassName
{
background-color: #7FDFB5;
}
.BgClassName
{
background-color: #7FDFB5;
}
</style>
border-color css
<style>
span { border-color: #7FDFB5; }
span { border-color: rgb(127,223,181); }
td.TdClassName
{
border-color: #7FDFB5;
}
.TagClassName
{
border-color: #7FDFB5;
}
</style>