Shades of Viking #30BCC6
Tints of Viking #30BCC6
RGB
CMYK
RGB Variations
Color information
#30BCC6 (or 0x30BCC6) is known color: Viking. HEX triplet: 30, BC and C6. RGB value is (48,188,198). Sum of RGB (Red+Green+Blue) = 48+188+198=434 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.06% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 198 (77.73% from 255 or 45.62% from 434); Max value from RGB is 198 - color contains mainly: blue. Hex color #30BCC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BCC6 is #CF4339. Grayscale: #939393. Windows color (decimal): -13583162 or 13024304. OLE color: 13024304.
HSL color Cylindrical-coordinate representation of color #30BCC6: hue angle of 184º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30BCC6 is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 48 | 188 | 198 | - |
| CMYK | 0.76 | 0.05 | 0 | 0.22 |
| HSL | 184º | 0.61% | 0.48% | - |
| HSV(B) | 184º | 0.76% | 0.78% | - |
| XYZ | 29.4 | 40.67 | 59.73 | - |
| YUV | 147.28 | 156.62 | 57.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 188 | 198 | 0.76 | 0.05 | 0 | 0.22 | 184 | 0.61 | 0.48 |
| Hex | 30 | BC | C6 | 4C | 5 | 0 | 16 | B8 | 3D | 30 |
| Octal | 60 | 274 | 306 | 114 | 5 | 0 | 26 | 270 | 75 | 60 |
| Binary | 110000 | 10111100 | 11000110 | 1001100 | 101 | 0 | 10110 | 10111000 | 111101 | 110000 |
Color Harmonies of #30BCC6
Complementary color
Monochromatic Colors of #30BCC6
Black with #30BCC6
Text Example
Text Example
White with #30BCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BCC6; }
p { color: rgb(48,188,198); }
H1.HeaderClassName
{
color: #30BCC6;
}
.AnyTagClassName
{
color: #30BCC6;
}
</style>
background-color css
<style>
a { background-color: #30BCC6; }
a { background-color: rgb(48,188,198); }
div.DivClassName
{
background-color: #30BCC6;
}
.BgClassName
{
background-color: #30BCC6;
}
</style>
border-color css
<style>
span { border-color: #30BCC6; }
span { border-color: rgb(48,188,198); }
td.TdClassName
{
border-color: #30BCC6;
}
.TagClassName
{
border-color: #30BCC6;
}
</style>