Shades of Breaker Bay #43837A
Tints of Breaker Bay #43837A
RGB
CMYK
RGB Variations
Color information
#43837A (or 0x43837A) is known color: Breaker Bay. HEX triplet: 43, 83 and 7A. RGB value is (67,131,122). Sum of RGB (Red+Green+Blue) = 67+131+122=320 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.94% from 320); Green value is 131 (51.56% from 255 or 40.94% from 320); Blue value is 122 (48.05% from 255 or 38.12% from 320); Max value from RGB is 131 - color contains mainly: green. Hex color #43837A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43837A is #BC7C85. Grayscale: #6E6E6E. Windows color (decimal): -12352646 or 8028995. OLE color: 8028995.
HSL color Cylindrical-coordinate representation of color #43837A: hue angle of 171.56º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #43837A is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 67 | 131 | 122 | - |
| CMYK | 0.49 | 0 | 0.07 | 0.49 |
| HSL | 171.56º | 0.32% | 0.39% | - |
| HSV(B) | 171.56º | 0.49% | 0.51% | - |
| XYZ | 13.94 | 18.83 | 21.31 | - |
| YUV | 110.84 | 134.3 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 131 | 122 | 0.49 | 0 | 0.07 | 0.49 | 171.56 | 0.32 | 0.39 |
| Hex | 43 | 83 | 7A | 31 | 0 | 7 | 31 | AC | 20 | 27 |
| Octal | 103 | 203 | 172 | 61 | 0 | 7 | 61 | 254 | 40 | 47 |
| Binary | 1000011 | 10000011 | 1111010 | 110001 | 0 | 111 | 110001 | 10101100 | 100000 | 100111 |
Color Harmonies of #43837A
Complementary color
Monochromatic Colors of #43837A
Black with #43837A
Text Example
Text Example
White with #43837A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43837A; }
p { color: rgb(67,131,122); }
H1.HeaderClassName
{
color: #43837A;
}
.AnyTagClassName
{
color: #43837A;
}
</style>
background-color css
<style>
a { background-color: #43837A; }
a { background-color: rgb(67,131,122); }
div.DivClassName
{
background-color: #43837A;
}
.BgClassName
{
background-color: #43837A;
}
</style>
border-color css
<style>
span { border-color: #43837A; }
span { border-color: rgb(67,131,122); }
td.TdClassName
{
border-color: #43837A;
}
.TagClassName
{
border-color: #43837A;
}
</style>