Shades of Bermuda #7BCCC8
Tints of Bermuda #7BCCC8
RGB
CMYK
RGB Variations
Color information
#7BCCC8 (or 0x7BCCC8) is known color: Bermuda. HEX triplet: 7B, CC and C8. RGB value is (123,204,200). Sum of RGB (Red+Green+Blue) = 123+204+200=527 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.34% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 200 (78.52% from 255 or 37.95% from 527); Max value from RGB is 204 - color contains mainly: green. Hex color #7BCCC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCCC8 is #843337. Grayscale: #B3B3B3. Windows color (decimal): -8663864 or 13159547. OLE color: 13159547.
HSL color Cylindrical-coordinate representation of color #7BCCC8: hue angle of 177.04º degrees, saturation: 0.44, 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 #7BCCC8 is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 123 | 204 | 200 | - |
| CMYK | 0.40 | 0 | 0.02 | 0.2 |
| HSL | 177.04º | 0.44% | 0.64% | - |
| HSV(B) | 177.04º | 0.4% | 0.8% | - |
| XYZ | 40.19 | 51.57 | 62.48 | - |
| YUV | 179.33 | 139.66 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 204 | 200 | 0.40 | 0 | 0.02 | 0.2 | 177.04 | 0.44 | 0.64 |
| Hex | 7B | CC | C8 | 28 | 0 | 2 | 14 | B1 | 2C | 40 |
| Octal | 173 | 314 | 310 | 50 | 0 | 2 | 24 | 261 | 54 | 100 |
| Binary | 1111011 | 11001100 | 11001000 | 101000 | 0 | 10 | 10100 | 10110001 | 101100 | 1000000 |
Color Harmonies of #7BCCC8
Complementary color
Monochromatic Colors of #7BCCC8
Black with #7BCCC8
Text Example
Text Example
White with #7BCCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCCC8; }
p { color: rgb(123,204,200); }
H1.HeaderClassName
{
color: #7BCCC8;
}
.AnyTagClassName
{
color: #7BCCC8;
}
</style>
background-color css
<style>
a { background-color: #7BCCC8; }
a { background-color: rgb(123,204,200); }
div.DivClassName
{
background-color: #7BCCC8;
}
.BgClassName
{
background-color: #7BCCC8;
}
</style>
border-color css
<style>
span { border-color: #7BCCC8; }
span { border-color: rgb(123,204,200); }
td.TdClassName
{
border-color: #7BCCC8;
}
.TagClassName
{
border-color: #7BCCC8;
}
</style>