Shades of Bermuda #7ADCC4
Tints of Bermuda #7ADCC4
RGB
CMYK
RGB Variations
Color information
#7ADCC4 (or 0x7ADCC4) is known color: Bermuda. HEX triplet: 7A, DC and C4. RGB value is (122,220,196). Sum of RGB (Red+Green+Blue) = 122+220+196=538 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.68% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 196 (76.95% from 255 or 36.43% from 538); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADCC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADCC4 is #85233B. Grayscale: #BBBBBB. Windows color (decimal): -8725308 or 12901498. OLE color: 12901498.
HSL color Cylindrical-coordinate representation of color #7ADCC4: hue angle of 165.31º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADCC4 is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 220 | 196 | - |
| CMYK | 0.45 | 0 | 0.11 | 0.14 |
| HSL | 165.31º | 0.58% | 0.67% | - |
| HSV(B) | 165.31º | 0.45% | 0.86% | - |
| XYZ | 43.58 | 59.31 | 61.38 | - |
| YUV | 187.96 | 132.53 | 80.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 220 | 196 | 0.45 | 0 | 0.11 | 0.14 | 165.31 | 0.58 | 0.67 |
| Hex | 7A | DC | C4 | 2D | 0 | B | E | A5 | 3A | 43 |
| Octal | 172 | 334 | 304 | 55 | 0 | 13 | 16 | 245 | 72 | 103 |
| Binary | 1111010 | 11011100 | 11000100 | 101101 | 0 | 1011 | 1110 | 10100101 | 111010 | 1000011 |
Color Harmonies of #7ADCC4
Complementary color
Monochromatic Colors of #7ADCC4
Black with #7ADCC4
Text Example
Text Example
White with #7ADCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADCC4; }
p { color: rgb(122,220,196); }
H1.HeaderClassName
{
color: #7ADCC4;
}
.AnyTagClassName
{
color: #7ADCC4;
}
</style>
background-color css
<style>
a { background-color: #7ADCC4; }
a { background-color: rgb(122,220,196); }
div.DivClassName
{
background-color: #7ADCC4;
}
.BgClassName
{
background-color: #7ADCC4;
}
</style>
border-color css
<style>
span { border-color: #7ADCC4; }
span { border-color: rgb(122,220,196); }
td.TdClassName
{
border-color: #7ADCC4;
}
.TagClassName
{
border-color: #7ADCC4;
}
</style>