Shades of Viking #30B5C4
Tints of Viking #30B5C4
RGB
CMYK
RGB Variations
Color information
#30B5C4 (or 0x30B5C4) is known color: Viking. HEX triplet: 30, B5 and C4. RGB value is (48,181,196). Sum of RGB (Red+Green+Blue) = 48+181+196=425 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.29% from 425); Green value is 181 (71.09% from 255 or 42.59% from 425); Blue value is 196 (76.95% from 255 or 46.12% from 425); Max value from RGB is 196 - color contains mainly: blue. Hex color #30B5C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30B5C4 is #CF4A3B. Grayscale: #8E8E8E. Windows color (decimal): -13584956 or 12891440. OLE color: 12891440.
HSL color Cylindrical-coordinate representation of color #30B5C4: hue angle of 186.08º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30B5C4 is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 48 | 181 | 196 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.23 |
| HSL | 186.08º | 0.61% | 0.48% | - |
| HSV(B) | 186.08º | 0.76% | 0.77% | - |
| XYZ | 27.71 | 37.66 | 58.03 | - |
| YUV | 142.94 | 157.94 | 60.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 181 | 196 | 0.76 | 0.08 | 0 | 0.23 | 186.08 | 0.61 | 0.48 |
| Hex | 30 | B5 | C4 | 4C | 8 | 0 | 17 | BA | 3D | 30 |
| Octal | 60 | 265 | 304 | 114 | 10 | 0 | 27 | 272 | 75 | 60 |
| Binary | 110000 | 10110101 | 11000100 | 1001100 | 1000 | 0 | 10111 | 10111010 | 111101 | 110000 |
Color Harmonies of #30B5C4
Complementary color
Monochromatic Colors of #30B5C4
Black with #30B5C4
Text Example
Text Example
White with #30B5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B5C4; }
p { color: rgb(48,181,196); }
H1.HeaderClassName
{
color: #30B5C4;
}
.AnyTagClassName
{
color: #30B5C4;
}
</style>
background-color css
<style>
a { background-color: #30B5C4; }
a { background-color: rgb(48,181,196); }
div.DivClassName
{
background-color: #30B5C4;
}
.BgClassName
{
background-color: #30B5C4;
}
</style>
border-color css
<style>
span { border-color: #30B5C4; }
span { border-color: rgb(48,181,196); }
td.TdClassName
{
border-color: #30B5C4;
}
.TagClassName
{
border-color: #30B5C4;
}
</style>