Shades of Bermuda #7ADEC2
Tints of Bermuda #7ADEC2
RGB
CMYK
RGB Variations
Color information
#7ADEC2 (or 0x7ADEC2) is known color: Bermuda. HEX triplet: 7A, DE and C2. RGB value is (122,222,194). Sum of RGB (Red+Green+Blue) = 122+222+194=538 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.68% from 538); Green value is 222 (87.11% from 255 or 41.26% from 538); Blue value is 194 (76.17% from 255 or 36.06% from 538); Max value from RGB is 222 - color contains mainly: green. Hex color #7ADEC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADEC2 is #85213D. Grayscale: #BCBCBC. Windows color (decimal): -8724798 or 12770938. OLE color: 12770938.
HSL color Cylindrical-coordinate representation of color #7ADEC2: hue angle of 163.2º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADEC2 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 222 | 194 | - |
| CMYK | 0.45 | 0 | 0.13 | 0.13 |
| HSL | 163.2º | 0.6% | 0.67% | - |
| HSV(B) | 163.2º | 0.45% | 0.87% | - |
| XYZ | 43.88 | 60.28 | 60.36 | - |
| YUV | 188.91 | 130.87 | 80.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 222 | 194 | 0.45 | 0 | 0.13 | 0.13 | 163.2 | 0.6 | 0.67 |
| Hex | 7A | DE | C2 | 2D | 0 | D | D | A3 | 3C | 43 |
| Octal | 172 | 336 | 302 | 55 | 0 | 15 | 15 | 243 | 74 | 103 |
| Binary | 1111010 | 11011110 | 11000010 | 101101 | 0 | 1101 | 1101 | 10100011 | 111100 | 1000011 |
Color Harmonies of #7ADEC2
Complementary color
Monochromatic Colors of #7ADEC2
Black with #7ADEC2
Text Example
Text Example
White with #7ADEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADEC2; }
p { color: rgb(122,222,194); }
H1.HeaderClassName
{
color: #7ADEC2;
}
.AnyTagClassName
{
color: #7ADEC2;
}
</style>
background-color css
<style>
a { background-color: #7ADEC2; }
a { background-color: rgb(122,222,194); }
div.DivClassName
{
background-color: #7ADEC2;
}
.BgClassName
{
background-color: #7ADEC2;
}
</style>
border-color css
<style>
span { border-color: #7ADEC2; }
span { border-color: rgb(122,222,194); }
td.TdClassName
{
border-color: #7ADEC2;
}
.TagClassName
{
border-color: #7ADEC2;
}
</style>