Shades of Viking #43B9BC
Tints of Viking #43B9BC
RGB
CMYK
RGB Variations
Color information
#43B9BC (or 0x43B9BC) is known color: Viking. HEX triplet: 43, B9 and BC. RGB value is (67,185,188). Sum of RGB (Red+Green+Blue) = 67+185+188=440 (58% of max value = 765). Red value is 67 (26.56% from 255 or 15.23% from 440); Green value is 185 (72.66% from 255 or 42.05% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 188 - color contains mainly: blue. Hex color #43B9BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43B9BC is #BC4643. Grayscale: #959595. Windows color (decimal): -12338756 or 12368195. OLE color: 12368195.
HSL color Cylindrical-coordinate representation of color #43B9BC: hue angle of 181.49º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #43B9BC is Cyan = 0.64, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 185 | 188 | - |
| CMYK | 0.64 | 0.02 | 0 | 0.26 |
| HSL | 181.49º | 0.47% | 0.5% | - |
| HSV(B) | 181.49º | 0.64% | 0.74% | - |
| XYZ | 28.74 | 39.52 | 53.69 | - |
| YUV | 150.06 | 149.41 | 68.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 185 | 188 | 0.64 | 0.02 | 0 | 0.26 | 181.49 | 0.47 | 0.5 |
| Hex | 43 | B9 | BC | 40 | 2 | 0 | 1A | B5 | 2F | 32 |
| Octal | 103 | 271 | 274 | 100 | 2 | 0 | 32 | 265 | 57 | 62 |
| Binary | 1000011 | 10111001 | 10111100 | 1000000 | 10 | 0 | 11010 | 10110101 | 101111 | 110010 |
Color Harmonies of #43B9BC
Complementary color
Monochromatic Colors of #43B9BC
Black with #43B9BC
Text Example
Text Example
White with #43B9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43B9BC; }
p { color: rgb(67,185,188); }
H1.HeaderClassName
{
color: #43B9BC;
}
.AnyTagClassName
{
color: #43B9BC;
}
</style>
background-color css
<style>
a { background-color: #43B9BC; }
a { background-color: rgb(67,185,188); }
div.DivClassName
{
background-color: #43B9BC;
}
.BgClassName
{
background-color: #43B9BC;
}
</style>
border-color css
<style>
span { border-color: #43B9BC; }
span { border-color: rgb(67,185,188); }
td.TdClassName
{
border-color: #43B9BC;
}
.TagClassName
{
border-color: #43B9BC;
}
</style>