Shades of Viking #31BBC4
Tints of Viking #31BBC4
RGB
CMYK
RGB Variations
Color information
#31BBC4 (or 0x31BBC4) is known color: Viking. HEX triplet: 31, BB and C4. RGB value is (49,187,196). Sum of RGB (Red+Green+Blue) = 49+187+196=432 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.34% from 432); Green value is 187 (73.44% from 255 or 43.29% from 432); Blue value is 196 (76.95% from 255 or 45.37% from 432); Max value from RGB is 196 - color contains mainly: blue. Hex color #31BBC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BBC4 is #CE443B. Grayscale: #929292. Windows color (decimal): -13517884 or 12892977. OLE color: 12892977.
HSL color Cylindrical-coordinate representation of color #31BBC4: hue angle of 183.67º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31BBC4 is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 49 | 187 | 196 | - |
| CMYK | 0.75 | 0.05 | 0 | 0.23 |
| HSL | 183.67º | 0.6% | 0.48% | - |
| HSV(B) | 183.67º | 0.75% | 0.77% | - |
| XYZ | 29 | 40.18 | 58.45 | - |
| YUV | 146.76 | 155.78 | 58.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 187 | 196 | 0.75 | 0.05 | 0 | 0.23 | 183.67 | 0.6 | 0.48 |
| Hex | 31 | BB | C4 | 4B | 5 | 0 | 17 | B8 | 3C | 30 |
| Octal | 61 | 273 | 304 | 113 | 5 | 0 | 27 | 270 | 74 | 60 |
| Binary | 110001 | 10111011 | 11000100 | 1001011 | 101 | 0 | 10111 | 10111000 | 111100 | 110000 |
Color Harmonies of #31BBC4
Complementary color
Monochromatic Colors of #31BBC4
Black with #31BBC4
Text Example
Text Example
White with #31BBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BBC4; }
p { color: rgb(49,187,196); }
H1.HeaderClassName
{
color: #31BBC4;
}
.AnyTagClassName
{
color: #31BBC4;
}
</style>
background-color css
<style>
a { background-color: #31BBC4; }
a { background-color: rgb(49,187,196); }
div.DivClassName
{
background-color: #31BBC4;
}
.BgClassName
{
background-color: #31BBC4;
}
</style>
border-color css
<style>
span { border-color: #31BBC4; }
span { border-color: rgb(49,187,196); }
td.TdClassName
{
border-color: #31BBC4;
}
.TagClassName
{
border-color: #31BBC4;
}
</style>