Shades of Viking #43B9B9
Tints of Viking #43B9B9
RGB
CMYK
RGB Variations
Color information
#43B9B9 (or 0x43B9B9) is known color: Viking. HEX triplet: 43, B9 and B9. RGB value is (67,185,185). Sum of RGB (Red+Green+Blue) = 67+185+185=437 (57% of max value = 765). Red value is 67 (26.56% from 255 or 15.33% from 437); Green value is 185 (72.66% from 255 or 42.33% from 437); Blue value is 185 (72.66% from 255 or 42.33% from 437); Max value from RGB is 185 - color contains mainly: green, blue. Hex color #43B9B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43B9B9 is #BC4646. Grayscale: #959595. Windows color (decimal): -12338759 or 12171587. OLE color: 12171587.
HSL color Cylindrical-coordinate representation of color #43B9B9: hue angle of 180º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #43B9B9 is Cyan = 0.64, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 185 | 185 | - |
| CMYK | 0.64 | 0 | 0 | 0.27 |
| HSL | 180º | 0.47% | 0.49% | - |
| HSV(B) | 180º | 0.64% | 0.73% | - |
| XYZ | 28.42 | 39.39 | 52 | - |
| YUV | 149.72 | 147.91 | 69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 185 | 185 | 0.64 | 0 | 0 | 0.27 | 180 | 0.47 | 0.49 |
| Hex | 43 | B9 | B9 | 40 | 0 | 0 | 1B | B4 | 2F | 31 |
| Octal | 103 | 271 | 271 | 100 | 0 | 0 | 33 | 264 | 57 | 61 |
| Binary | 1000011 | 10111001 | 10111001 | 1000000 | 0 | 0 | 11011 | 10110100 | 101111 | 110001 |
Color Harmonies of #43B9B9
Complementary color
Monochromatic Colors of #43B9B9
Black with #43B9B9
Text Example
Text Example
White with #43B9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43B9B9; }
p { color: rgb(67,185,185); }
H1.HeaderClassName
{
color: #43B9B9;
}
.AnyTagClassName
{
color: #43B9B9;
}
</style>
background-color css
<style>
a { background-color: #43B9B9; }
a { background-color: rgb(67,185,185); }
div.DivClassName
{
background-color: #43B9B9;
}
.BgClassName
{
background-color: #43B9B9;
}
</style>
border-color css
<style>
span { border-color: #43B9B9; }
span { border-color: rgb(67,185,185); }
td.TdClassName
{
border-color: #43B9B9;
}
.TagClassName
{
border-color: #43B9B9;
}
</style>