Shades of Bermuda #7AD6C8
Tints of Bermuda #7AD6C8
RGB
CMYK
RGB Variations
Color information
#7AD6C8 (or 0x7AD6C8) is known color: Bermuda. HEX triplet: 7A, D6 and C8. RGB value is (122,214,200). Sum of RGB (Red+Green+Blue) = 122+214+200=536 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.76% from 536); Green value is 214 (83.98% from 255 or 39.93% from 536); Blue value is 200 (78.52% from 255 or 37.31% from 536); Max value from RGB is 214 - color contains mainly: green. Hex color #7AD6C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD6C8 is #852937. Grayscale: #B8B8B8. Windows color (decimal): -8726840 or 13162106. OLE color: 13162106.
HSL color Cylindrical-coordinate representation of color #7AD6C8: hue angle of 170.87º 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 #7AD6C8 is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 214 | 200 | - |
| CMYK | 0.43 | 0 | 0.07 | 0.16 |
| HSL | 170.87º | 0.53% | 0.66% | - |
| HSV(B) | 170.87º | 0.43% | 0.84% | - |
| XYZ | 42.5 | 56.4 | 63.29 | - |
| YUV | 184.9 | 136.52 | 83.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 214 | 200 | 0.43 | 0 | 0.07 | 0.16 | 170.87 | 0.53 | 0.66 |
| Hex | 7A | D6 | C8 | 2B | 0 | 7 | 10 | AB | 35 | 42 |
| Octal | 172 | 326 | 310 | 53 | 0 | 7 | 20 | 253 | 65 | 102 |
| Binary | 1111010 | 11010110 | 11001000 | 101011 | 0 | 111 | 10000 | 10101011 | 110101 | 1000010 |
Color Harmonies of #7AD6C8
Complementary color
Monochromatic Colors of #7AD6C8
Black with #7AD6C8
Text Example
Text Example
White with #7AD6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD6C8; }
p { color: rgb(122,214,200); }
H1.HeaderClassName
{
color: #7AD6C8;
}
.AnyTagClassName
{
color: #7AD6C8;
}
</style>
background-color css
<style>
a { background-color: #7AD6C8; }
a { background-color: rgb(122,214,200); }
div.DivClassName
{
background-color: #7AD6C8;
}
.BgClassName
{
background-color: #7AD6C8;
}
</style>
border-color css
<style>
span { border-color: #7AD6C8; }
span { border-color: rgb(122,214,200); }
td.TdClassName
{
border-color: #7AD6C8;
}
.TagClassName
{
border-color: #7AD6C8;
}
</style>