Shades of Viking #39ADC3
Tints of Viking #39ADC3
RGB
CMYK
RGB Variations
Color information
#39ADC3 (or 0x39ADC3) is known color: Viking. HEX triplet: 39, AD and C3. RGB value is (57,173,195). Sum of RGB (Red+Green+Blue) = 57+173+195=425 (56% of max value = 765). Red value is 57 (22.66% from 255 or 13.41% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 195 (76.56% from 255 or 45.88% from 425); Max value from RGB is 195 - color contains mainly: blue. Hex color #39ADC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #39ADC3 is #C6523C. Grayscale: #8C8C8C. Windows color (decimal): -12997181 or 12823865. OLE color: 12823865.
HSL color Cylindrical-coordinate representation of color #39ADC3: hue angle of 189.57º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #39ADC3 is Cyan = 0.71, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 57 | 173 | 195 | - |
| CMYK | 0.71 | 0.11 | 0 | 0.24 |
| HSL | 189.57º | 0.55% | 0.49% | - |
| HSV(B) | 189.57º | 0.71% | 0.76% | - |
| XYZ | 26.48 | 34.7 | 56.93 | - |
| YUV | 140.82 | 158.57 | 68.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 173 | 195 | 0.71 | 0.11 | 0 | 0.24 | 189.57 | 0.55 | 0.49 |
| Hex | 39 | AD | C3 | 47 | B | 0 | 18 | BE | 37 | 31 |
| Octal | 71 | 255 | 303 | 107 | 13 | 0 | 30 | 276 | 67 | 61 |
| Binary | 111001 | 10101101 | 11000011 | 1000111 | 1011 | 0 | 11000 | 10111110 | 110111 | 110001 |
Color Harmonies of #39ADC3
Complementary color
Monochromatic Colors of #39ADC3
Black with #39ADC3
Text Example
Text Example
White with #39ADC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39ADC3; }
p { color: rgb(57,173,195); }
H1.HeaderClassName
{
color: #39ADC3;
}
.AnyTagClassName
{
color: #39ADC3;
}
</style>
background-color css
<style>
a { background-color: #39ADC3; }
a { background-color: rgb(57,173,195); }
div.DivClassName
{
background-color: #39ADC3;
}
.BgClassName
{
background-color: #39ADC3;
}
</style>
border-color css
<style>
span { border-color: #39ADC3; }
span { border-color: rgb(57,173,195); }
td.TdClassName
{
border-color: #39ADC3;
}
.TagClassName
{
border-color: #39ADC3;
}
</style>