Shades of Viking #39AEC0
Tints of Viking #39AEC0
RGB
CMYK
RGB Variations
Color information
#39AEC0 (or 0x39AEC0) is known color: Viking. HEX triplet: 39, AE and C0. RGB value is (57,174,192). Sum of RGB (Red+Green+Blue) = 57+174+192=423 (56% of max value = 765). Red value is 57 (22.66% from 255 or 13.48% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 192 (75.39% from 255 or 45.39% from 423); Max value from RGB is 192 - color contains mainly: blue. Hex color #39AEC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #39AEC0 is #C6513F. Grayscale: #8C8C8C. Windows color (decimal): -12996928 or 12627513. OLE color: 12627513.
HSL color Cylindrical-coordinate representation of color #39AEC0: hue angle of 188º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #39AEC0 is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 57 | 174 | 192 | - |
| CMYK | 0.70 | 0.09 | 0 | 0.25 |
| HSL | 188º | 0.54% | 0.49% | - |
| HSV(B) | 188º | 0.7% | 0.75% | - |
| XYZ | 26.34 | 34.95 | 55.23 | - |
| YUV | 141.07 | 156.74 | 68.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 174 | 192 | 0.70 | 0.09 | 0 | 0.25 | 188 | 0.54 | 0.49 |
| Hex | 39 | AE | C0 | 46 | 9 | 0 | 19 | BC | 36 | 31 |
| Octal | 71 | 256 | 300 | 106 | 11 | 0 | 31 | 274 | 66 | 61 |
| Binary | 111001 | 10101110 | 11000000 | 1000110 | 1001 | 0 | 11001 | 10111100 | 110110 | 110001 |
Color Harmonies of #39AEC0
Complementary color
Monochromatic Colors of #39AEC0
Black with #39AEC0
Text Example
Text Example
White with #39AEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39AEC0; }
p { color: rgb(57,174,192); }
H1.HeaderClassName
{
color: #39AEC0;
}
.AnyTagClassName
{
color: #39AEC0;
}
</style>
background-color css
<style>
a { background-color: #39AEC0; }
a { background-color: rgb(57,174,192); }
div.DivClassName
{
background-color: #39AEC0;
}
.BgClassName
{
background-color: #39AEC0;
}
</style>
border-color css
<style>
span { border-color: #39AEC0; }
span { border-color: rgb(57,174,192); }
td.TdClassName
{
border-color: #39AEC0;
}
.TagClassName
{
border-color: #39AEC0;
}
</style>