Shades of Viking #43BECA
Tints of Viking #43BECA
RGB
CMYK
RGB Variations
Color information
#43BECA (or 0x43BECA) is known color: Viking. HEX triplet: 43, BE and CA. RGB value is (67,190,202). Sum of RGB (Red+Green+Blue) = 67+190+202=459 (60% of max value = 765). Red value is 67 (26.56% from 255 or 14.60% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #43BECA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43BECA is #BC4135. Grayscale: #9A9A9A. Windows color (decimal): -12337462 or 13286979. OLE color: 13286979.
HSL color Cylindrical-coordinate representation of color #43BECA: hue angle of 185.33º degrees, saturation: 0.56, 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 #43BECA is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 67 | 190 | 202 | - |
| CMYK | 0.67 | 0.06 | 0 | 0.21 |
| HSL | 185.33º | 0.56% | 0.53% | - |
| HSV(B) | 185.33º | 0.67% | 0.79% | - |
| XYZ | 31.39 | 42.28 | 62.38 | - |
| YUV | 154.59 | 154.75 | 65.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 190 | 202 | 0.67 | 0.06 | 0 | 0.21 | 185.33 | 0.56 | 0.53 |
| Hex | 43 | BE | CA | 43 | 6 | 0 | 15 | B9 | 38 | 35 |
| Octal | 103 | 276 | 312 | 103 | 6 | 0 | 25 | 271 | 70 | 65 |
| Binary | 1000011 | 10111110 | 11001010 | 1000011 | 110 | 0 | 10101 | 10111001 | 111000 | 110101 |
Color Harmonies of #43BECA
Complementary color
Monochromatic Colors of #43BECA
Black with #43BECA
Text Example
Text Example
White with #43BECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BECA; }
p { color: rgb(67,190,202); }
H1.HeaderClassName
{
color: #43BECA;
}
.AnyTagClassName
{
color: #43BECA;
}
</style>
background-color css
<style>
a { background-color: #43BECA; }
a { background-color: rgb(67,190,202); }
div.DivClassName
{
background-color: #43BECA;
}
.BgClassName
{
background-color: #43BECA;
}
</style>
border-color css
<style>
span { border-color: #43BECA; }
span { border-color: rgb(67,190,202); }
td.TdClassName
{
border-color: #43BECA;
}
.TagClassName
{
border-color: #43BECA;
}
</style>