Shades of Bermuda #7AD1CC
Tints of Bermuda #7AD1CC
RGB
CMYK
RGB Variations
Color information
#7AD1CC (or 0x7AD1CC) is known color: Bermuda. HEX triplet: 7A, D1 and CC. RGB value is (122,209,204). Sum of RGB (Red+Green+Blue) = 122+209+204=535 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.80% from 535); Green value is 209 (82.03% from 255 or 39.07% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 209 - color contains mainly: green. Hex color #7AD1CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD1CC is #852E33. Grayscale: #B6B6B6. Windows color (decimal): -8728116 or 13422970. OLE color: 13422970.
HSL color Cylindrical-coordinate representation of color #7AD1CC: hue angle of 176.55º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AD1CC is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 209 | 204 | - |
| CMYK | 0.42 | 0 | 0.02 | 0.18 |
| HSL | 176.55º | 0.49% | 0.65% | - |
| HSV(B) | 176.55º | 0.42% | 0.82% | - |
| XYZ | 41.73 | 54.1 | 65.37 | - |
| YUV | 182.42 | 140.18 | 84.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 209 | 204 | 0.42 | 0 | 0.02 | 0.18 | 176.55 | 0.49 | 0.65 |
| Hex | 7A | D1 | CC | 2A | 0 | 2 | 12 | B1 | 31 | 41 |
| Octal | 172 | 321 | 314 | 52 | 0 | 2 | 22 | 261 | 61 | 101 |
| Binary | 1111010 | 11010001 | 11001100 | 101010 | 0 | 10 | 10010 | 10110001 | 110001 | 1000001 |
Color Harmonies of #7AD1CC
Complementary color
Monochromatic Colors of #7AD1CC
Black with #7AD1CC
Text Example
Text Example
White with #7AD1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD1CC; }
p { color: rgb(122,209,204); }
H1.HeaderClassName
{
color: #7AD1CC;
}
.AnyTagClassName
{
color: #7AD1CC;
}
</style>
background-color css
<style>
a { background-color: #7AD1CC; }
a { background-color: rgb(122,209,204); }
div.DivClassName
{
background-color: #7AD1CC;
}
.BgClassName
{
background-color: #7AD1CC;
}
</style>
border-color css
<style>
span { border-color: #7AD1CC; }
span { border-color: rgb(122,209,204); }
td.TdClassName
{
border-color: #7AD1CC;
}
.TagClassName
{
border-color: #7AD1CC;
}
</style>