Shades of Bermuda #7BCCC7
Tints of Bermuda #7BCCC7
RGB
CMYK
RGB Variations
Color information
#7BCCC7 (or 0x7BCCC7) is known color: Bermuda. HEX triplet: 7B, CC and C7. RGB value is (123,204,199). Sum of RGB (Red+Green+Blue) = 123+204+199=526 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.38% from 526); Green value is 204 (80.08% from 255 or 38.78% from 526); Blue value is 199 (78.12% from 255 or 37.83% from 526); Max value from RGB is 204 - color contains mainly: green. Hex color #7BCCC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCCC7 is #843338. Grayscale: #B3B3B3. Windows color (decimal): -8663865 or 13094011. OLE color: 13094011.
HSL color Cylindrical-coordinate representation of color #7BCCC7: hue angle of 176.3º 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 #7BCCC7 is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 123 | 204 | 199 | - |
| CMYK | 0.40 | 0 | 0.02 | 0.2 |
| HSL | 176.3º | 0.44% | 0.64% | - |
| HSV(B) | 176.3º | 0.4% | 0.8% | - |
| XYZ | 40.07 | 51.52 | 61.87 | - |
| YUV | 179.21 | 139.16 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 204 | 199 | 0.40 | 0 | 0.02 | 0.2 | 176.3 | 0.44 | 0.64 |
| Hex | 7B | CC | C7 | 28 | 0 | 2 | 14 | B0 | 2C | 40 |
| Octal | 173 | 314 | 307 | 50 | 0 | 2 | 24 | 260 | 54 | 100 |
| Binary | 1111011 | 11001100 | 11000111 | 101000 | 0 | 10 | 10100 | 10110000 | 101100 | 1000000 |
Color Harmonies of #7BCCC7
Complementary color
Monochromatic Colors of #7BCCC7
Black with #7BCCC7
Text Example
Text Example
White with #7BCCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCCC7; }
p { color: rgb(123,204,199); }
H1.HeaderClassName
{
color: #7BCCC7;
}
.AnyTagClassName
{
color: #7BCCC7;
}
</style>
background-color css
<style>
a { background-color: #7BCCC7; }
a { background-color: rgb(123,204,199); }
div.DivClassName
{
background-color: #7BCCC7;
}
.BgClassName
{
background-color: #7BCCC7;
}
</style>
border-color css
<style>
span { border-color: #7BCCC7; }
span { border-color: rgb(123,204,199); }
td.TdClassName
{
border-color: #7BCCC7;
}
.TagClassName
{
border-color: #7BCCC7;
}
</style>