#3CB6C5

Color #3CB6C5 Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #3CB6C5

Tints of Viking #3CB6C5

Color information

#3CB6C5 (or 0x3CB6C5) is unknown color: approx Viking. HEX triplet: 3C, B6 and C5. RGB value is (60,182,197). Sum of RGB (Red+Green+Blue) = 60+182+197=439 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.67% from 439); Green value is 182 (71.48% from 255 or 41.46% from 439); Blue value is 197 (77.34% from 255 or 44.87% from 439); Max value from RGB is 197 - color contains mainly: blue. Hex color #3CB6C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CB6C5 is #C3493A. Grayscale: #939393. Windows color (decimal): -12798267 or 12957244. OLE color: 12957244.

HSL color Cylindrical-coordinate representation of color #3CB6C5: hue angle of 186.57º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CB6C5 is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB60182197-
CMYK0.700.0800.23
HSL186.57º54.15%50.39%-
HSV(B)186.57º69.54%77.25%-
XYZ28.6738.4558.73-
YUV147.23156.0865.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 60 (23.83% from 255) = 13.67%
GREEN value IS 182 (71.48% from 255) = 41.46%
BLUE value IS 197 (77.34% from 255) = 44.87%
R=13.67%
G=41.46%
B=44.87%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal601821970.700.0800.23186.5754.1550.39
Hex3CB6C5468017bb3632
Octal74266305106100272736662
Binary11110010110110110001011000110100001011110111011110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB6C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3CB6C5; }

 p { color: rgb(60,182,197); }

 H1.HeaderClassName
 {
   color: #3CB6C5;
 }
 .AnyTagClassName
 {
   color: #3CB6C5;
 }
</style>
background-color css

<style>
 a { background-color: #3CB6C5; }

 a { background-color: rgb(60,182,197); }

 div.DivClassName
 {
   background-color: #3CB6C5;
 }
 .BgClassName
 {
   background-color: #3CB6C5;
 }
</style>
border-color css

<style>
 span { border-color: #3CB6C5; }

 span { border-color: rgb(60,182,197); }

 td.TdClassName
 {
   border-color: #3CB6C5;
 }
 .TagClassName
 {
   border-color: #3CB6C5;
 }
</style>