Shades of Bermuda #7AD0CC
Tints of Bermuda #7AD0CC
RGB
CMYK
RGB Variations
Color information
#7AD0CC (or 0x7AD0CC) is known color: Bermuda. HEX triplet: 7A, D0 and CC. RGB value is (122,208,204). Sum of RGB (Red+Green+Blue) = 122+208+204=534 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.85% from 534); Green value is 208 (81.64% from 255 or 38.95% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD0CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD0CC is #852F33. Grayscale: #B5B5B5. Windows color (decimal): -8728372 or 13422714. OLE color: 13422714.
HSL color Cylindrical-coordinate representation of color #7AD0CC: hue angle of 177.21º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7AD0CC is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 208 | 204 | - |
| CMYK | 0.41 | 0 | 0.02 | 0.18 |
| HSL | 177.21º | 0.48% | 0.65% | - |
| HSV(B) | 177.21º | 0.41% | 0.82% | - |
| XYZ | 41.48 | 53.61 | 65.29 | - |
| YUV | 181.83 | 140.51 | 85.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 208 | 204 | 0.41 | 0 | 0.02 | 0.18 | 177.21 | 0.48 | 0.65 |
| Hex | 7A | D0 | CC | 29 | 0 | 2 | 12 | B1 | 30 | 41 |
| Octal | 172 | 320 | 314 | 51 | 0 | 2 | 22 | 261 | 60 | 101 |
| Binary | 1111010 | 11010000 | 11001100 | 101001 | 0 | 10 | 10010 | 10110001 | 110000 | 1000001 |
Color Harmonies of #7AD0CC
Complementary color
Monochromatic Colors of #7AD0CC
Black with #7AD0CC
Text Example
Text Example
White with #7AD0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD0CC; }
p { color: rgb(122,208,204); }
H1.HeaderClassName
{
color: #7AD0CC;
}
.AnyTagClassName
{
color: #7AD0CC;
}
</style>
background-color css
<style>
a { background-color: #7AD0CC; }
a { background-color: rgb(122,208,204); }
div.DivClassName
{
background-color: #7AD0CC;
}
.BgClassName
{
background-color: #7AD0CC;
}
</style>
border-color css
<style>
span { border-color: #7AD0CC; }
span { border-color: rgb(122,208,204); }
td.TdClassName
{
border-color: #7AD0CC;
}
.TagClassName
{
border-color: #7AD0CC;
}
</style>