Shades of Bermuda #7BCDC4
Tints of Bermuda #7BCDC4
RGB
CMYK
RGB Variations
Color information
#7BCDC4 (or 0x7BCDC4) is known color: Bermuda. HEX triplet: 7B, CD and C4. RGB value is (123,205,196). Sum of RGB (Red+Green+Blue) = 123+205+196=524 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.47% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 196 (76.95% from 255 or 37.40% from 524); Max value from RGB is 205 - color contains mainly: green. Hex color #7BCDC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCDC4 is #84323B. Grayscale: #B3B3B3. Windows color (decimal): -8663612 or 12897659. OLE color: 12897659.
HSL color Cylindrical-coordinate representation of color #7BCDC4: hue angle of 173.41º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BCDC4 is Cyan = 0.4, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 205 | 196 | - |
| CMYK | 0.4 | 0 | 0.04 | 0.20 |
| HSL | 173.41º | 0.45% | 0.64% | - |
| HSV(B) | 173.41º | 0.4% | 0.8% | - |
| XYZ | 39.96 | 51.86 | 60.13 | - |
| YUV | 179.46 | 137.33 | 87.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 205 | 196 | 0.4 | 0 | 0.04 | 0.20 | 173.41 | 0.45 | 0.64 |
| Hex | 7B | CD | C4 | 28 | 0 | 4 | 14 | AD | 2D | 40 |
| Octal | 173 | 315 | 304 | 50 | 0 | 4 | 24 | 255 | 55 | 100 |
| Binary | 1111011 | 11001101 | 11000100 | 101000 | 0 | 100 | 10100 | 10101101 | 101101 | 1000000 |
Color Harmonies of #7BCDC4
Complementary color
Monochromatic Colors of #7BCDC4
Black with #7BCDC4
Text Example
Text Example
White with #7BCDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCDC4; }
p { color: rgb(123,205,196); }
H1.HeaderClassName
{
color: #7BCDC4;
}
.AnyTagClassName
{
color: #7BCDC4;
}
</style>
background-color css
<style>
a { background-color: #7BCDC4; }
a { background-color: rgb(123,205,196); }
div.DivClassName
{
background-color: #7BCDC4;
}
.BgClassName
{
background-color: #7BCDC4;
}
</style>
border-color css
<style>
span { border-color: #7BCDC4; }
span { border-color: rgb(123,205,196); }
td.TdClassName
{
border-color: #7BCDC4;
}
.TagClassName
{
border-color: #7BCDC4;
}
</style>