Shades of Viking #42B8B5
Tints of Viking #42B8B5
RGB
CMYK
RGB Variations
Color information
#42B8B5 (or 0x42B8B5) is known color: Viking. HEX triplet: 42, B8 and B5. RGB value is (66,184,181). Sum of RGB (Red+Green+Blue) = 66+184+181=431 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.31% from 431); Green value is 184 (72.27% from 255 or 42.69% from 431); Blue value is 181 (71.09% from 255 or 42.00% from 431); Max value from RGB is 184 - color contains mainly: green. Hex color #42B8B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42B8B5 is #BD474A. Grayscale: #949494. Windows color (decimal): -12404555 or 11909186. OLE color: 11909186.
HSL color Cylindrical-coordinate representation of color #42B8B5: hue angle of 178.47º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B8B5 is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 66 | 184 | 181 | - |
| CMYK | 0.64 | 0 | 0.02 | 0.28 |
| HSL | 178.47º | 0.47% | 0.49% | - |
| HSV(B) | 178.47º | 0.64% | 0.72% | - |
| XYZ | 27.73 | 38.78 | 49.74 | - |
| YUV | 148.38 | 146.41 | 69.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 184 | 181 | 0.64 | 0 | 0.02 | 0.28 | 178.47 | 0.47 | 0.49 |
| Hex | 42 | B8 | B5 | 40 | 0 | 2 | 1C | B2 | 2F | 31 |
| Octal | 102 | 270 | 265 | 100 | 0 | 2 | 34 | 262 | 57 | 61 |
| Binary | 1000010 | 10111000 | 10110101 | 1000000 | 0 | 10 | 11100 | 10110010 | 101111 | 110001 |
Color Harmonies of #42B8B5
Complementary color
Monochromatic Colors of #42B8B5
Black with #42B8B5
Text Example
Text Example
White with #42B8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B8B5; }
p { color: rgb(66,184,181); }
H1.HeaderClassName
{
color: #42B8B5;
}
.AnyTagClassName
{
color: #42B8B5;
}
</style>
background-color css
<style>
a { background-color: #42B8B5; }
a { background-color: rgb(66,184,181); }
div.DivClassName
{
background-color: #42B8B5;
}
.BgClassName
{
background-color: #42B8B5;
}
</style>
border-color css
<style>
span { border-color: #42B8B5; }
span { border-color: rgb(66,184,181); }
td.TdClassName
{
border-color: #42B8B5;
}
.TagClassName
{
border-color: #42B8B5;
}
</style>