Shades of Breaker Bay #438379
Tints of Breaker Bay #438379
RGB
CMYK
RGB Variations
Color information
#438379 (or 0x438379) is known color: Breaker Bay. HEX triplet: 43, 83 and 79. RGB value is (67,131,121). Sum of RGB (Red+Green+Blue) = 67+131+121=319 (42% of max value = 765). Red value is 67 (26.56% from 255 or 21.00% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 121 (47.66% from 255 or 37.93% from 319); Max value from RGB is 131 - color contains mainly: green. Hex color #438379 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438379 is #BC7C86. Grayscale: #6E6E6E. Windows color (decimal): -12352647 or 7963459. OLE color: 7963459.
HSL color Cylindrical-coordinate representation of color #438379: hue angle of 170.62º 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 #438379 is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 67 | 131 | 121 | - |
| CMYK | 0.49 | 0 | 0.08 | 0.49 |
| HSL | 170.63º | 0.32% | 0.39% | - |
| HSV(B) | 170.63º | 0.49% | 0.51% | - |
| XYZ | 13.88 | 18.81 | 20.99 | - |
| YUV | 110.72 | 133.8 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 131 | 121 | 0.49 | 0 | 0.08 | 0.49 | 170.63 | 0.32 | 0.39 |
| Hex | 43 | 83 | 79 | 31 | 0 | 8 | 31 | AB | 20 | 27 |
| Octal | 103 | 203 | 171 | 61 | 0 | 10 | 61 | 253 | 40 | 47 |
| Binary | 1000011 | 10000011 | 1111001 | 110001 | 0 | 1000 | 110001 | 10101011 | 100000 | 100111 |
Color Harmonies of #438379
Complementary color
Monochromatic Colors of #438379
Black with #438379
Text Example
Text Example
White with #438379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438379; }
p { color: rgb(67,131,121); }
H1.HeaderClassName
{
color: #438379;
}
.AnyTagClassName
{
color: #438379;
}
</style>
background-color css
<style>
a { background-color: #438379; }
a { background-color: rgb(67,131,121); }
div.DivClassName
{
background-color: #438379;
}
.BgClassName
{
background-color: #438379;
}
</style>
border-color css
<style>
span { border-color: #438379; }
span { border-color: rgb(67,131,121); }
td.TdClassName
{
border-color: #438379;
}
.TagClassName
{
border-color: #438379;
}
</style>