Shades of Viking #34BBC6
Tints of Viking #34BBC6
RGB
CMYK
RGB Variations
Color information
#34BBC6 (or 0x34BBC6) is known color: Viking. HEX triplet: 34, BB and C6. RGB value is (52,187,198). Sum of RGB (Red+Green+Blue) = 52+187+198=437 (57% of max value = 765). Red value is 52 (20.70% from 255 or 11.90% from 437); Green value is 187 (73.44% from 255 or 42.79% from 437); Blue value is 198 (77.73% from 255 or 45.31% from 437); Max value from RGB is 198 - color contains mainly: blue. Hex color #34BBC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BBC6 is #CB4439. Grayscale: #939393. Windows color (decimal): -13321274 or 13024052. OLE color: 13024052.
HSL color Cylindrical-coordinate representation of color #34BBC6: hue angle of 184.52º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34BBC6 is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 52 | 187 | 198 | - |
| CMYK | 0.74 | 0.06 | 0 | 0.22 |
| HSL | 184.52º | 0.58% | 0.49% | - |
| HSV(B) | 184.52º | 0.74% | 0.78% | - |
| XYZ | 29.38 | 40.35 | 59.67 | - |
| YUV | 147.89 | 156.27 | 59.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 187 | 198 | 0.74 | 0.06 | 0 | 0.22 | 184.52 | 0.58 | 0.49 |
| Hex | 34 | BB | C6 | 4A | 6 | 0 | 16 | B9 | 3A | 31 |
| Octal | 64 | 273 | 306 | 112 | 6 | 0 | 26 | 271 | 72 | 61 |
| Binary | 110100 | 10111011 | 11000110 | 1001010 | 110 | 0 | 10110 | 10111001 | 111010 | 110001 |
Color Harmonies of #34BBC6
Complementary color
Monochromatic Colors of #34BBC6
Black with #34BBC6
Text Example
Text Example
White with #34BBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BBC6; }
p { color: rgb(52,187,198); }
H1.HeaderClassName
{
color: #34BBC6;
}
.AnyTagClassName
{
color: #34BBC6;
}
</style>
background-color css
<style>
a { background-color: #34BBC6; }
a { background-color: rgb(52,187,198); }
div.DivClassName
{
background-color: #34BBC6;
}
.BgClassName
{
background-color: #34BBC6;
}
</style>
border-color css
<style>
span { border-color: #34BBC6; }
span { border-color: rgb(52,187,198); }
td.TdClassName
{
border-color: #34BBC6;
}
.TagClassName
{
border-color: #34BBC6;
}
</style>