Shades of Bermuda #7AD6C5
Tints of Bermuda #7AD6C5
RGB
CMYK
RGB Variations
Color information
#7AD6C5 (or 0x7AD6C5) is known color: Bermuda. HEX triplet: 7A, D6 and C5. RGB value is (122,214,197). Sum of RGB (Red+Green+Blue) = 122+214+197=533 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.89% from 533); Green value is 214 (83.98% from 255 or 40.15% from 533); Blue value is 197 (77.34% from 255 or 36.96% from 533); Max value from RGB is 214 - color contains mainly: green. Hex color #7AD6C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD6C5 is #85293A. Grayscale: #B8B8B8. Windows color (decimal): -8726843 or 12965498. OLE color: 12965498.
HSL color Cylindrical-coordinate representation of color #7AD6C5: hue angle of 168.91º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7AD6C5 is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 214 | 197 | - |
| CMYK | 0.43 | 0 | 0.08 | 0.16 |
| HSL | 168.91º | 0.53% | 0.66% | - |
| HSV(B) | 168.91º | 0.43% | 0.84% | - |
| XYZ | 42.15 | 56.26 | 61.46 | - |
| YUV | 184.55 | 135.02 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 214 | 197 | 0.43 | 0 | 0.08 | 0.16 | 168.91 | 0.53 | 0.66 |
| Hex | 7A | D6 | C5 | 2B | 0 | 8 | 10 | A9 | 35 | 42 |
| Octal | 172 | 326 | 305 | 53 | 0 | 10 | 20 | 251 | 65 | 102 |
| Binary | 1111010 | 11010110 | 11000101 | 101011 | 0 | 1000 | 10000 | 10101001 | 110101 | 1000010 |
Color Harmonies of #7AD6C5
Complementary color
Monochromatic Colors of #7AD6C5
Black with #7AD6C5
Text Example
Text Example
White with #7AD6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD6C5; }
p { color: rgb(122,214,197); }
H1.HeaderClassName
{
color: #7AD6C5;
}
.AnyTagClassName
{
color: #7AD6C5;
}
</style>
background-color css
<style>
a { background-color: #7AD6C5; }
a { background-color: rgb(122,214,197); }
div.DivClassName
{
background-color: #7AD6C5;
}
.BgClassName
{
background-color: #7AD6C5;
}
</style>
border-color css
<style>
span { border-color: #7AD6C5; }
span { border-color: rgb(122,214,197); }
td.TdClassName
{
border-color: #7AD6C5;
}
.TagClassName
{
border-color: #7AD6C5;
}
</style>