Shades of Viking #43B9BD
Tints of Viking #43B9BD
RGB
CMYK
RGB Variations
Color information
#43B9BD (or 0x43B9BD) is known color: Viking. HEX triplet: 43, B9 and BD. RGB value is (67,185,189). Sum of RGB (Red+Green+Blue) = 67+185+189=441 (58% of max value = 765). Red value is 67 (26.56% from 255 or 15.19% from 441); Green value is 185 (72.66% from 255 or 41.95% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 189 - color contains mainly: blue. Hex color #43B9BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43B9BD is #BC4642. Grayscale: #969696. Windows color (decimal): -12338755 or 12433731. OLE color: 12433731.
HSL color Cylindrical-coordinate representation of color #43B9BD: hue angle of 181.97º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #43B9BD is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 185 | 189 | - |
| CMYK | 0.65 | 0.02 | 0 | 0.26 |
| HSL | 181.97º | 0.48% | 0.5% | - |
| HSV(B) | 181.97º | 0.65% | 0.74% | - |
| XYZ | 28.85 | 39.57 | 54.26 | - |
| YUV | 150.17 | 149.91 | 68.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 185 | 189 | 0.65 | 0.02 | 0 | 0.26 | 181.97 | 0.48 | 0.5 |
| Hex | 43 | B9 | BD | 41 | 2 | 0 | 1A | B6 | 30 | 32 |
| Octal | 103 | 271 | 275 | 101 | 2 | 0 | 32 | 266 | 60 | 62 |
| Binary | 1000011 | 10111001 | 10111101 | 1000001 | 10 | 0 | 11010 | 10110110 | 110000 | 110010 |
Color Harmonies of #43B9BD
Complementary color
Monochromatic Colors of #43B9BD
Black with #43B9BD
Text Example
Text Example
White with #43B9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43B9BD; }
p { color: rgb(67,185,189); }
H1.HeaderClassName
{
color: #43B9BD;
}
.AnyTagClassName
{
color: #43B9BD;
}
</style>
background-color css
<style>
a { background-color: #43B9BD; }
a { background-color: rgb(67,185,189); }
div.DivClassName
{
background-color: #43B9BD;
}
.BgClassName
{
background-color: #43B9BD;
}
</style>
border-color css
<style>
span { border-color: #43B9BD; }
span { border-color: rgb(67,185,189); }
td.TdClassName
{
border-color: #43B9BD;
}
.TagClassName
{
border-color: #43B9BD;
}
</style>