Shades of Viking #39B2CA
Tints of Viking #39B2CA
RGB
CMYK
RGB Variations
Color information
#39B2CA (or 0x39B2CA) is known color: Viking. HEX triplet: 39, B2 and CA. RGB value is (57,178,202). Sum of RGB (Red+Green+Blue) = 57+178+202=437 (57% of max value = 765). Red value is 57 (22.66% from 255 or 13.04% from 437); Green value is 178 (69.92% from 255 or 40.73% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 202 - color contains mainly: blue. Hex color #39B2CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #39B2CA is #C64D35. Grayscale: #909090. Windows color (decimal): -12995894 or 13283897. OLE color: 13283897.
HSL color Cylindrical-coordinate representation of color #39B2CA: hue angle of 189.93º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39B2CA is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 57 | 178 | 202 | - |
| CMYK | 0.72 | 0.12 | 0 | 0.21 |
| HSL | 189.93º | 0.58% | 0.51% | - |
| HSV(B) | 189.93º | 0.72% | 0.79% | - |
| XYZ | 28.27 | 36.97 | 61.52 | - |
| YUV | 144.56 | 160.41 | 65.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 178 | 202 | 0.72 | 0.12 | 0 | 0.21 | 189.93 | 0.58 | 0.51 |
| Hex | 39 | B2 | CA | 48 | C | 0 | 15 | BE | 3A | 33 |
| Octal | 71 | 262 | 312 | 110 | 14 | 0 | 25 | 276 | 72 | 63 |
| Binary | 111001 | 10110010 | 11001010 | 1001000 | 1100 | 0 | 10101 | 10111110 | 111010 | 110011 |
Color Harmonies of #39B2CA
Complementary color
Monochromatic Colors of #39B2CA
Black with #39B2CA
Text Example
Text Example
White with #39B2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39B2CA; }
p { color: rgb(57,178,202); }
H1.HeaderClassName
{
color: #39B2CA;
}
.AnyTagClassName
{
color: #39B2CA;
}
</style>
background-color css
<style>
a { background-color: #39B2CA; }
a { background-color: rgb(57,178,202); }
div.DivClassName
{
background-color: #39B2CA;
}
.BgClassName
{
background-color: #39B2CA;
}
</style>
border-color css
<style>
span { border-color: #39B2CA; }
span { border-color: rgb(57,178,202); }
td.TdClassName
{
border-color: #39B2CA;
}
.TagClassName
{
border-color: #39B2CA;
}
</style>