Shades of Bermuda #7ADFBD
Tints of Bermuda #7ADFBD
RGB
CMYK
RGB Variations
Color information
#7ADFBD (or 0x7ADFBD) is known color: Bermuda. HEX triplet: 7A, DF and BD. RGB value is (122,223,189). Sum of RGB (Red+Green+Blue) = 122+223+189=534 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.85% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 223 - color contains mainly: green. Hex color #7ADFBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADFBD is #852042. Grayscale: #BCBCBC. Windows color (decimal): -8724547 or 12443514. OLE color: 12443514.
HSL color Cylindrical-coordinate representation of color #7ADFBD: hue angle of 159.8º 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 #7ADFBD is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 223 | 189 | - |
| CMYK | 0.45 | 0 | 0.15 | 0.13 |
| HSL | 159.8º | 0.61% | 0.68% | - |
| HSV(B) | 159.8º | 0.45% | 0.87% | - |
| XYZ | 43.6 | 60.59 | 57.54 | - |
| YUV | 188.93 | 128.04 | 80.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 223 | 189 | 0.45 | 0 | 0.15 | 0.13 | 159.8 | 0.61 | 0.68 |
| Hex | 7A | DF | BD | 2D | 0 | F | D | A0 | 3D | 44 |
| Octal | 172 | 337 | 275 | 55 | 0 | 17 | 15 | 240 | 75 | 104 |
| Binary | 1111010 | 11011111 | 10111101 | 101101 | 0 | 1111 | 1101 | 10100000 | 111101 | 1000100 |
Color Harmonies of #7ADFBD
Complementary color
Monochromatic Colors of #7ADFBD
Black with #7ADFBD
Text Example
Text Example
White with #7ADFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADFBD; }
p { color: rgb(122,223,189); }
H1.HeaderClassName
{
color: #7ADFBD;
}
.AnyTagClassName
{
color: #7ADFBD;
}
</style>
background-color css
<style>
a { background-color: #7ADFBD; }
a { background-color: rgb(122,223,189); }
div.DivClassName
{
background-color: #7ADFBD;
}
.BgClassName
{
background-color: #7ADFBD;
}
</style>
border-color css
<style>
span { border-color: #7ADFBD; }
span { border-color: rgb(122,223,189); }
td.TdClassName
{
border-color: #7ADFBD;
}
.TagClassName
{
border-color: #7ADFBD;
}
</style>