Shades of Viking #43B8BB
Tints of Viking #43B8BB
RGB
CMYK
RGB Variations
Color information
#43B8BB (or 0x43B8BB) is known color: Viking. HEX triplet: 43, B8 and BB. RGB value is (67,184,187). Sum of RGB (Red+Green+Blue) = 67+184+187=438 (58% of max value = 765). Red value is 67 (26.56% from 255 or 15.30% from 438); Green value is 184 (72.27% from 255 or 42.01% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 187 - color contains mainly: blue. Hex color #43B8BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43B8BB is #BC4744. Grayscale: #959595. Windows color (decimal): -12339013 or 12302403. OLE color: 12302403.
HSL color Cylindrical-coordinate representation of color #43B8BB: hue angle of 181.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #43B8BB is Cyan = 0.64, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 184 | 187 | - |
| CMYK | 0.64 | 0.02 | 0 | 0.27 |
| HSL | 181.5º | 0.47% | 0.5% | - |
| HSV(B) | 181.5º | 0.64% | 0.73% | - |
| XYZ | 28.42 | 39.06 | 53.06 | - |
| YUV | 149.36 | 149.24 | 69.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 184 | 187 | 0.64 | 0.02 | 0 | 0.27 | 181.5 | 0.47 | 0.5 |
| Hex | 43 | B8 | BB | 40 | 2 | 0 | 1B | B6 | 2F | 32 |
| Octal | 103 | 270 | 273 | 100 | 2 | 0 | 33 | 266 | 57 | 62 |
| Binary | 1000011 | 10111000 | 10111011 | 1000000 | 10 | 0 | 11011 | 10110110 | 101111 | 110010 |
Color Harmonies of #43B8BB
Complementary color
Monochromatic Colors of #43B8BB
Black with #43B8BB
Text Example
Text Example
White with #43B8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43B8BB; }
p { color: rgb(67,184,187); }
H1.HeaderClassName
{
color: #43B8BB;
}
.AnyTagClassName
{
color: #43B8BB;
}
</style>
background-color css
<style>
a { background-color: #43B8BB; }
a { background-color: rgb(67,184,187); }
div.DivClassName
{
background-color: #43B8BB;
}
.BgClassName
{
background-color: #43B8BB;
}
</style>
border-color css
<style>
span { border-color: #43B8BB; }
span { border-color: rgb(67,184,187); }
td.TdClassName
{
border-color: #43B8BB;
}
.TagClassName
{
border-color: #43B8BB;
}
</style>