Shades of Viking #43BEC9
Tints of Viking #43BEC9
RGB
CMYK
RGB Variations
Color information
#43BEC9 (or 0x43BEC9) is known color: Viking. HEX triplet: 43, BE and C9. RGB value is (67,190,201). Sum of RGB (Red+Green+Blue) = 67+190+201=458 (60% of max value = 765). Red value is 67 (26.56% from 255 or 14.63% from 458); Green value is 190 (74.61% from 255 or 41.48% from 458); Blue value is 201 (78.91% from 255 or 43.89% from 458); Max value from RGB is 201 - color contains mainly: blue. Hex color #43BEC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43BEC9 is #BC4136. Grayscale: #9A9A9A. Windows color (decimal): -12337463 or 13221443. OLE color: 13221443.
HSL color Cylindrical-coordinate representation of color #43BEC9: hue angle of 184.93º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43BEC9 is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 67 | 190 | 201 | - |
| CMYK | 0.67 | 0.05 | 0 | 0.21 |
| HSL | 184.93º | 0.55% | 0.53% | - |
| HSV(B) | 184.93º | 0.67% | 0.79% | - |
| XYZ | 31.27 | 42.24 | 61.76 | - |
| YUV | 154.48 | 154.25 | 65.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 190 | 201 | 0.67 | 0.05 | 0 | 0.21 | 184.93 | 0.55 | 0.53 |
| Hex | 43 | BE | C9 | 43 | 5 | 0 | 15 | B9 | 37 | 35 |
| Octal | 103 | 276 | 311 | 103 | 5 | 0 | 25 | 271 | 67 | 65 |
| Binary | 1000011 | 10111110 | 11001001 | 1000011 | 101 | 0 | 10101 | 10111001 | 110111 | 110101 |
Color Harmonies of #43BEC9
Complementary color
Monochromatic Colors of #43BEC9
Black with #43BEC9
Text Example
Text Example
White with #43BEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BEC9; }
p { color: rgb(67,190,201); }
H1.HeaderClassName
{
color: #43BEC9;
}
.AnyTagClassName
{
color: #43BEC9;
}
</style>
background-color css
<style>
a { background-color: #43BEC9; }
a { background-color: rgb(67,190,201); }
div.DivClassName
{
background-color: #43BEC9;
}
.BgClassName
{
background-color: #43BEC9;
}
</style>
border-color css
<style>
span { border-color: #43BEC9; }
span { border-color: rgb(67,190,201); }
td.TdClassName
{
border-color: #43BEC9;
}
.TagClassName
{
border-color: #43BEC9;
}
</style>