Shades of Bermuda #7BDFB2
Tints of Bermuda #7BDFB2
RGB
CMYK
RGB Variations
Color information
#7BDFB2 (or 0x7BDFB2) is known color: Bermuda. HEX triplet: 7B, DF and B2. RGB value is (123,223,178). Sum of RGB (Red+Green+Blue) = 123+223+178=524 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.47% from 524); Green value is 223 (87.5% from 255 or 42.56% from 524); Blue value is 178 (69.92% from 255 or 33.97% from 524); Max value from RGB is 223 - color contains mainly: green. Hex color #7BDFB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BDFB2 is #84204D. Grayscale: #BCBCBC. Windows color (decimal): -8659022 or 11722619. OLE color: 11722619.
HSL color Cylindrical-coordinate representation of color #7BDFB2: hue angle of 153º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BDFB2 is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 223 | 178 | - |
| CMYK | 0.45 | 0 | 0.20 | 0.13 |
| HSL | 153º | 0.61% | 0.68% | - |
| HSV(B) | 153º | 0.45% | 0.87% | - |
| XYZ | 42.59 | 60.2 | 51.49 | - |
| YUV | 187.97 | 122.37 | 81.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 223 | 178 | 0.45 | 0 | 0.20 | 0.13 | 153 | 0.61 | 0.68 |
| Hex | 7B | DF | B2 | 2D | 0 | 14 | D | 99 | 3D | 44 |
| Octal | 173 | 337 | 262 | 55 | 0 | 24 | 15 | 231 | 75 | 104 |
| Binary | 1111011 | 11011111 | 10110010 | 101101 | 0 | 10100 | 1101 | 10011001 | 111101 | 1000100 |
Color Harmonies of #7BDFB2
Complementary color
Monochromatic Colors of #7BDFB2
Black with #7BDFB2
Text Example
Text Example
White with #7BDFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDFB2; }
p { color: rgb(123,223,178); }
H1.HeaderClassName
{
color: #7BDFB2;
}
.AnyTagClassName
{
color: #7BDFB2;
}
</style>
background-color css
<style>
a { background-color: #7BDFB2; }
a { background-color: rgb(123,223,178); }
div.DivClassName
{
background-color: #7BDFB2;
}
.BgClassName
{
background-color: #7BDFB2;
}
</style>
border-color css
<style>
span { border-color: #7BDFB2; }
span { border-color: rgb(123,223,178); }
td.TdClassName
{
border-color: #7BDFB2;
}
.TagClassName
{
border-color: #7BDFB2;
}
</style>