Shades of Viking #38BCCB
Tints of Viking #38BCCB
RGB
CMYK
RGB Variations
Color information
#38BCCB (or 0x38BCCB) is known color: Viking. HEX triplet: 38, BC and CB. RGB value is (56,188,203). Sum of RGB (Red+Green+Blue) = 56+188+203=447 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.53% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #38BCCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BCCB is #C74334. Grayscale: #969696. Windows color (decimal): -13058869 or 13351992. OLE color: 13351992.
HSL color Cylindrical-coordinate representation of color #38BCCB: hue angle of 186.12º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38BCCB is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 188 | 203 | - |
| CMYK | 0.72 | 0.07 | 0 | 0.20 |
| HSL | 186.12º | 0.59% | 0.51% | - |
| HSV(B) | 186.12º | 0.72% | 0.8% | - |
| XYZ | 30.39 | 41.12 | 62.83 | - |
| YUV | 150.24 | 157.77 | 60.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 188 | 203 | 0.72 | 0.07 | 0 | 0.20 | 186.12 | 0.59 | 0.51 |
| Hex | 38 | BC | CB | 48 | 7 | 0 | 14 | BA | 3B | 33 |
| Octal | 70 | 274 | 313 | 110 | 7 | 0 | 24 | 272 | 73 | 63 |
| Binary | 111000 | 10111100 | 11001011 | 1001000 | 111 | 0 | 10100 | 10111010 | 111011 | 110011 |
Color Harmonies of #38BCCB
Complementary color
Monochromatic Colors of #38BCCB
Black with #38BCCB
Text Example
Text Example
White with #38BCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BCCB; }
p { color: rgb(56,188,203); }
H1.HeaderClassName
{
color: #38BCCB;
}
.AnyTagClassName
{
color: #38BCCB;
}
</style>
background-color css
<style>
a { background-color: #38BCCB; }
a { background-color: rgb(56,188,203); }
div.DivClassName
{
background-color: #38BCCB;
}
.BgClassName
{
background-color: #38BCCB;
}
</style>
border-color css
<style>
span { border-color: #38BCCB; }
span { border-color: rgb(56,188,203); }
td.TdClassName
{
border-color: #38BCCB;
}
.TagClassName
{
border-color: #38BCCB;
}
</style>