#3CB6BC

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

Shades of Viking #3CB6BC

Tints of Viking #3CB6BC

Color information

#3CB6BC (or 0x3CB6BC) is unknown color: approx Viking. HEX triplet: 3C, B6 and BC. RGB value is (60,182,188). Sum of RGB (Red+Green+Blue) = 60+182+188=430 (56% of max value = 765). Red value is 60 (23.83% from 255 or 13.95% from 430); Green value is 182 (71.48% from 255 or 42.33% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #3CB6BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CB6BC is #C34943. Grayscale: #929292. Windows color (decimal): -12798276 or 12367420. OLE color: 12367420.

HSL color Cylindrical-coordinate representation of color #3CB6BC: hue angle of 182.81º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CB6BC is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB60182188-
CMYK0.680.0300.26
HSL182.81º51.61%48.63%-
HSV(B)182.81º68.09%73.73%-
XYZ27.6738.0553.46-
YUV146.21151.5866.51-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 13.95%
GREEN value IS 182 (71.48% from 255) = 42.33%
BLUE value IS 188 (73.83% from 255) = 43.72%
R=13.95%
G=42.33%
B=43.72%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal601821880.680.0300.26182.8151.6148.63
Hex3CB6BC44301Ab73431
Octal7426627410430322676461
Binary111100101101101011110010001001101101010110111110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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