Shades of Viking #3CAAC9
Tints of Viking #3CAAC9
RGB
CMYK
RGB Variations
Color information
#3CAAC9 (or 0x3CAAC9) is known color: Viking. HEX triplet: 3C, AA and C9. RGB value is (60,170,201). Sum of RGB (Red+Green+Blue) = 60+170+201=431 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.92% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 201 (78.91% from 255 or 46.64% from 431); Max value from RGB is 201 - color contains mainly: blue. Hex color #3CAAC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CAAC9 is #C35536. Grayscale: #8C8C8C. Windows color (decimal): -12801335 or 13216316. OLE color: 13216316.
HSL color Cylindrical-coordinate representation of color #3CAAC9: hue angle of 193.19º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CAAC9 is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 170 | 201 | - |
| CMYK | 0.70 | 0.15 | 0 | 0.21 |
| HSL | 193.19º | 0.57% | 0.51% | - |
| HSV(B) | 193.19º | 0.7% | 0.79% | - |
| XYZ | 26.78 | 33.93 | 60.4 | - |
| YUV | 140.64 | 162.06 | 70.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 170 | 201 | 0.70 | 0.15 | 0 | 0.21 | 193.19 | 0.57 | 0.51 |
| Hex | 3C | AA | C9 | 46 | F | 0 | 15 | C1 | 39 | 33 |
| Octal | 74 | 252 | 311 | 106 | 17 | 0 | 25 | 301 | 71 | 63 |
| Binary | 111100 | 10101010 | 11001001 | 1000110 | 1111 | 0 | 10101 | 11000001 | 111001 | 110011 |
Color Harmonies of #3CAAC9
Complementary color
Monochromatic Colors of #3CAAC9
Black with #3CAAC9
Text Example
Text Example
White with #3CAAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAAC9; }
p { color: rgb(60,170,201); }
H1.HeaderClassName
{
color: #3CAAC9;
}
.AnyTagClassName
{
color: #3CAAC9;
}
</style>
background-color css
<style>
a { background-color: #3CAAC9; }
a { background-color: rgb(60,170,201); }
div.DivClassName
{
background-color: #3CAAC9;
}
.BgClassName
{
background-color: #3CAAC9;
}
</style>
border-color css
<style>
span { border-color: #3CAAC9; }
span { border-color: rgb(60,170,201); }
td.TdClassName
{
border-color: #3CAAC9;
}
.TagClassName
{
border-color: #3CAAC9;
}
</style>