Shades of Viking #38BCCC
Tints of Viking #38BCCC
RGB
CMYK
RGB Variations
Color information
#38BCCC (or 0x38BCCC) is known color: Viking. HEX triplet: 38, BC and CC. RGB value is (56,188,204). Sum of RGB (Red+Green+Blue) = 56+188+204=448 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.5% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #38BCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BCCC is #C74333. Grayscale: #969696. Windows color (decimal): -13058868 or 13417528. OLE color: 13417528.
HSL color Cylindrical-coordinate representation of color #38BCCC: hue angle of 186.49º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38BCCC is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 56 | 188 | 204 | - |
| CMYK | 0.73 | 0.08 | 0 | 0.2 |
| HSL | 186.49º | 0.59% | 0.51% | - |
| HSV(B) | 186.49º | 0.73% | 0.8% | - |
| XYZ | 30.51 | 41.17 | 63.46 | - |
| YUV | 150.36 | 158.27 | 60.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 188 | 204 | 0.73 | 0.08 | 0 | 0.2 | 186.49 | 0.59 | 0.51 |
| Hex | 38 | BC | CC | 49 | 8 | 0 | 14 | BA | 3B | 33 |
| Octal | 70 | 274 | 314 | 111 | 10 | 0 | 24 | 272 | 73 | 63 |
| Binary | 111000 | 10111100 | 11001100 | 1001001 | 1000 | 0 | 10100 | 10111010 | 111011 | 110011 |
Color Harmonies of #38BCCC
Complementary color
Monochromatic Colors of #38BCCC
Black with #38BCCC
Text Example
Text Example
White with #38BCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BCCC; }
p { color: rgb(56,188,204); }
H1.HeaderClassName
{
color: #38BCCC;
}
.AnyTagClassName
{
color: #38BCCC;
}
</style>
background-color css
<style>
a { background-color: #38BCCC; }
a { background-color: rgb(56,188,204); }
div.DivClassName
{
background-color: #38BCCC;
}
.BgClassName
{
background-color: #38BCCC;
}
</style>
border-color css
<style>
span { border-color: #38BCCC; }
span { border-color: rgb(56,188,204); }
td.TdClassName
{
border-color: #38BCCC;
}
.TagClassName
{
border-color: #38BCCC;
}
</style>