Shades of Viking #43BCCC
Tints of Viking #43BCCC
RGB
CMYK
RGB Variations
Color information
#43BCCC (or 0x43BCCC) is known color: Viking. HEX triplet: 43, BC and CC. RGB value is (67,188,204). Sum of RGB (Red+Green+Blue) = 67+188+204=459 (60% of max value = 765). Red value is 67 (26.56% from 255 or 14.60% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #43BCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43BCCC is #BC4333. Grayscale: #999999. Windows color (decimal): -12337972 or 13417539. OLE color: 13417539.
HSL color Cylindrical-coordinate representation of color #43BCCC: hue angle of 187.01º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43BCCC is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 67 | 188 | 204 | - |
| CMYK | 0.67 | 0.08 | 0 | 0.2 |
| HSL | 187.01º | 0.57% | 0.53% | - |
| HSV(B) | 187.01º | 0.67% | 0.8% | - |
| XYZ | 31.2 | 41.52 | 63.5 | - |
| YUV | 153.65 | 156.41 | 66.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 188 | 204 | 0.67 | 0.08 | 0 | 0.2 | 187.01 | 0.57 | 0.53 |
| Hex | 43 | BC | CC | 43 | 8 | 0 | 14 | BB | 39 | 35 |
| Octal | 103 | 274 | 314 | 103 | 10 | 0 | 24 | 273 | 71 | 65 |
| Binary | 1000011 | 10111100 | 11001100 | 1000011 | 1000 | 0 | 10100 | 10111011 | 111001 | 110101 |
Color Harmonies of #43BCCC
Complementary color
Monochromatic Colors of #43BCCC
Black with #43BCCC
Text Example
Text Example
White with #43BCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BCCC; }
p { color: rgb(67,188,204); }
H1.HeaderClassName
{
color: #43BCCC;
}
.AnyTagClassName
{
color: #43BCCC;
}
</style>
background-color css
<style>
a { background-color: #43BCCC; }
a { background-color: rgb(67,188,204); }
div.DivClassName
{
background-color: #43BCCC;
}
.BgClassName
{
background-color: #43BCCC;
}
</style>
border-color css
<style>
span { border-color: #43BCCC; }
span { border-color: rgb(67,188,204); }
td.TdClassName
{
border-color: #43BCCC;
}
.TagClassName
{
border-color: #43BCCC;
}
</style>