Shades of Bermuda #7ADFC1
Tints of Bermuda #7ADFC1
RGB
CMYK
RGB Variations
Color information
#7ADFC1 (or 0x7ADFC1) is known color: Bermuda. HEX triplet: 7A, DF and C1. RGB value is (122,223,193). Sum of RGB (Red+Green+Blue) = 122+223+193=538 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.68% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 193 (75.78% from 255 or 35.87% from 538); Max value from RGB is 223 - color contains mainly: green. Hex color #7ADFC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADFC1 is #85203E. Grayscale: #BDBDBD. Windows color (decimal): -8724543 or 12705658. OLE color: 12705658.
HSL color Cylindrical-coordinate representation of color #7ADFC1: hue angle of 162.18º 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 #7ADFC1 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 223 | 193 | - |
| CMYK | 0.45 | 0 | 0.13 | 0.13 |
| HSL | 162.18º | 0.61% | 0.68% | - |
| HSV(B) | 162.18º | 0.45% | 0.87% | - |
| XYZ | 44.04 | 60.76 | 59.86 | - |
| YUV | 189.38 | 130.04 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 223 | 193 | 0.45 | 0 | 0.13 | 0.13 | 162.18 | 0.61 | 0.68 |
| Hex | 7A | DF | C1 | 2D | 0 | D | D | A2 | 3D | 44 |
| Octal | 172 | 337 | 301 | 55 | 0 | 15 | 15 | 242 | 75 | 104 |
| Binary | 1111010 | 11011111 | 11000001 | 101101 | 0 | 1101 | 1101 | 10100010 | 111101 | 1000100 |
Color Harmonies of #7ADFC1
Complementary color
Monochromatic Colors of #7ADFC1
Black with #7ADFC1
Text Example
Text Example
White with #7ADFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADFC1; }
p { color: rgb(122,223,193); }
H1.HeaderClassName
{
color: #7ADFC1;
}
.AnyTagClassName
{
color: #7ADFC1;
}
</style>
background-color css
<style>
a { background-color: #7ADFC1; }
a { background-color: rgb(122,223,193); }
div.DivClassName
{
background-color: #7ADFC1;
}
.BgClassName
{
background-color: #7ADFC1;
}
</style>
border-color css
<style>
span { border-color: #7ADFC1; }
span { border-color: rgb(122,223,193); }
td.TdClassName
{
border-color: #7ADFC1;
}
.TagClassName
{
border-color: #7ADFC1;
}
</style>