Shades of Viking #43BCBE
Tints of Viking #43BCBE
RGB
CMYK
RGB Variations
Color information
#43BCBE (or 0x43BCBE) is known color: Viking. HEX triplet: 43, BC and BE. RGB value is (67,188,190). Sum of RGB (Red+Green+Blue) = 67+188+190=445 (58% of max value = 765). Red value is 67 (26.56% from 255 or 15.06% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #43BCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43BCBE is #BC4341. Grayscale: #979797. Windows color (decimal): -12337986 or 12500035. OLE color: 12500035.
HSL color Cylindrical-coordinate representation of color #43BCBE: hue angle of 180.98º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #43BCBE is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 188 | 190 | - |
| CMYK | 0.65 | 0.01 | 0 | 0.25 |
| HSL | 180.98º | 0.49% | 0.5% | - |
| HSV(B) | 180.98º | 0.65% | 0.75% | - |
| XYZ | 29.59 | 40.88 | 55.05 | - |
| YUV | 152.05 | 149.41 | 67.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 188 | 190 | 0.65 | 0.01 | 0 | 0.25 | 180.98 | 0.49 | 0.5 |
| Hex | 43 | BC | BE | 41 | 1 | 0 | 19 | B5 | 31 | 32 |
| Octal | 103 | 274 | 276 | 101 | 1 | 0 | 31 | 265 | 61 | 62 |
| Binary | 1000011 | 10111100 | 10111110 | 1000001 | 1 | 0 | 11001 | 10110101 | 110001 | 110010 |
Color Harmonies of #43BCBE
Complementary color
Monochromatic Colors of #43BCBE
Black with #43BCBE
Text Example
Text Example
White with #43BCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BCBE; }
p { color: rgb(67,188,190); }
H1.HeaderClassName
{
color: #43BCBE;
}
.AnyTagClassName
{
color: #43BCBE;
}
</style>
background-color css
<style>
a { background-color: #43BCBE; }
a { background-color: rgb(67,188,190); }
div.DivClassName
{
background-color: #43BCBE;
}
.BgClassName
{
background-color: #43BCBE;
}
</style>
border-color css
<style>
span { border-color: #43BCBE; }
span { border-color: rgb(67,188,190); }
td.TdClassName
{
border-color: #43BCBE;
}
.TagClassName
{
border-color: #43BCBE;
}
</style>