Shades of Bermuda #7ADFBE
Tints of Bermuda #7ADFBE
RGB
CMYK
RGB Variations
Color information
#7ADFBE (or 0x7ADFBE) is known color: Bermuda. HEX triplet: 7A, DF and BE. RGB value is (122,223,190). Sum of RGB (Red+Green+Blue) = 122+223+190=535 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.80% from 535); Green value is 223 (87.5% from 255 or 41.68% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 223 - color contains mainly: green. Hex color #7ADFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADFBE is #852041. Grayscale: #BDBDBD. Windows color (decimal): -8724546 or 12509050. OLE color: 12509050.
HSL color Cylindrical-coordinate representation of color #7ADFBE: hue angle of 160.4º 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 #7ADFBE is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 223 | 190 | - |
| CMYK | 0.45 | 0 | 0.15 | 0.13 |
| HSL | 160.4º | 0.61% | 0.68% | - |
| HSV(B) | 160.4º | 0.45% | 0.87% | - |
| XYZ | 43.71 | 60.63 | 58.11 | - |
| YUV | 189.04 | 128.54 | 80.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 223 | 190 | 0.45 | 0 | 0.15 | 0.13 | 160.4 | 0.61 | 0.68 |
| Hex | 7A | DF | BE | 2D | 0 | F | D | A0 | 3D | 44 |
| Octal | 172 | 337 | 276 | 55 | 0 | 17 | 15 | 240 | 75 | 104 |
| Binary | 1111010 | 11011111 | 10111110 | 101101 | 0 | 1111 | 1101 | 10100000 | 111101 | 1000100 |
Color Harmonies of #7ADFBE
Complementary color
Monochromatic Colors of #7ADFBE
Black with #7ADFBE
Text Example
Text Example
White with #7ADFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADFBE; }
p { color: rgb(122,223,190); }
H1.HeaderClassName
{
color: #7ADFBE;
}
.AnyTagClassName
{
color: #7ADFBE;
}
</style>
background-color css
<style>
a { background-color: #7ADFBE; }
a { background-color: rgb(122,223,190); }
div.DivClassName
{
background-color: #7ADFBE;
}
.BgClassName
{
background-color: #7ADFBE;
}
</style>
border-color css
<style>
span { border-color: #7ADFBE; }
span { border-color: rgb(122,223,190); }
td.TdClassName
{
border-color: #7ADFBE;
}
.TagClassName
{
border-color: #7ADFBE;
}
</style>