Shades of Viking #43BCBD
Tints of Viking #43BCBD
RGB
CMYK
RGB Variations
Color information
#43BCBD (or 0x43BCBD) is known color: Viking. HEX triplet: 43, BC and BD. RGB value is (67,188,189). Sum of RGB (Red+Green+Blue) = 67+188+189=444 (58% of max value = 765). Red value is 67 (26.56% from 255 or 15.09% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 189 - color contains mainly: blue. Hex color #43BCBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43BCBD is #BC4342. Grayscale: #979797. Windows color (decimal): -12337987 or 12434499. OLE color: 12434499.
HSL color Cylindrical-coordinate representation of color #43BCBD: hue angle of 180.49º 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 #43BCBD is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 188 | 189 | - |
| CMYK | 0.65 | 0.01 | 0 | 0.26 |
| HSL | 180.49º | 0.48% | 0.5% | - |
| HSV(B) | 180.49º | 0.65% | 0.74% | - |
| XYZ | 29.48 | 40.83 | 54.47 | - |
| YUV | 151.94 | 148.91 | 67.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 188 | 189 | 0.65 | 0.01 | 0 | 0.26 | 180.49 | 0.48 | 0.5 |
| Hex | 43 | BC | BD | 41 | 1 | 0 | 1A | B4 | 30 | 32 |
| Octal | 103 | 274 | 275 | 101 | 1 | 0 | 32 | 264 | 60 | 62 |
| Binary | 1000011 | 10111100 | 10111101 | 1000001 | 1 | 0 | 11010 | 10110100 | 110000 | 110010 |
Color Harmonies of #43BCBD
Complementary color
Monochromatic Colors of #43BCBD
Black with #43BCBD
Text Example
Text Example
White with #43BCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BCBD; }
p { color: rgb(67,188,189); }
H1.HeaderClassName
{
color: #43BCBD;
}
.AnyTagClassName
{
color: #43BCBD;
}
</style>
background-color css
<style>
a { background-color: #43BCBD; }
a { background-color: rgb(67,188,189); }
div.DivClassName
{
background-color: #43BCBD;
}
.BgClassName
{
background-color: #43BCBD;
}
</style>
border-color css
<style>
span { border-color: #43BCBD; }
span { border-color: rgb(67,188,189); }
td.TdClassName
{
border-color: #43BCBD;
}
.TagClassName
{
border-color: #43BCBD;
}
</style>