Shades of Viking #40BBC3
Tints of Viking #40BBC3
RGB
CMYK
RGB Variations
Color information
#40BBC3 (or 0x40BBC3) is known color: Viking. HEX triplet: 40, BB and C3. RGB value is (64,187,195). Sum of RGB (Red+Green+Blue) = 64+187+195=446 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.35% from 446); Green value is 187 (73.44% from 255 or 41.93% from 446); Blue value is 195 (76.56% from 255 or 43.72% from 446); Max value from RGB is 195 - color contains mainly: blue. Hex color #40BBC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BBC3 is #BF443C. Grayscale: #969696. Windows color (decimal): -12534845 or 12827456. OLE color: 12827456.
HSL color Cylindrical-coordinate representation of color #40BBC3: hue angle of 183.66º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40BBC3 is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 187 | 195 | - |
| CMYK | 0.67 | 0.04 | 0 | 0.24 |
| HSL | 183.66º | 0.52% | 0.51% | - |
| HSV(B) | 183.66º | 0.67% | 0.76% | - |
| XYZ | 29.74 | 40.57 | 57.89 | - |
| YUV | 151.14 | 152.75 | 65.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 187 | 195 | 0.67 | 0.04 | 0 | 0.24 | 183.66 | 0.52 | 0.51 |
| Hex | 40 | BB | C3 | 43 | 4 | 0 | 18 | B8 | 34 | 33 |
| Octal | 100 | 273 | 303 | 103 | 4 | 0 | 30 | 270 | 64 | 63 |
| Binary | 1000000 | 10111011 | 11000011 | 1000011 | 100 | 0 | 11000 | 10111000 | 110100 | 110011 |
Color Harmonies of #40BBC3
Complementary color
Monochromatic Colors of #40BBC3
Black with #40BBC3
Text Example
Text Example
White with #40BBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BBC3; }
p { color: rgb(64,187,195); }
H1.HeaderClassName
{
color: #40BBC3;
}
.AnyTagClassName
{
color: #40BBC3;
}
</style>
background-color css
<style>
a { background-color: #40BBC3; }
a { background-color: rgb(64,187,195); }
div.DivClassName
{
background-color: #40BBC3;
}
.BgClassName
{
background-color: #40BBC3;
}
</style>
border-color css
<style>
span { border-color: #40BBC3; }
span { border-color: rgb(64,187,195); }
td.TdClassName
{
border-color: #40BBC3;
}
.TagClassName
{
border-color: #40BBC3;
}
</style>