#3FBBC6

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

Shades of Viking #3FBBC6

Tints of Viking #3FBBC6

Color information

#3FBBC6 (or 0x3FBBC6) is unknown color: approx Viking. HEX triplet: 3F, BB and C6. RGB value is (63,187,198). Sum of RGB (Red+Green+Blue) = 63+187+198=448 (59% of max value = 765). Red value is 63 (25% from 255 or 14.06% from 448); Green value is 187 (73.44% from 255 or 41.74% from 448); Blue value is 198 (77.73% from 255 or 44.20% from 448); Max value from RGB is 198 - color contains mainly: blue. Hex color #3FBBC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBBC6 is #C04439. Grayscale: #979797. Windows color (decimal): -12600378 or 13024063. OLE color: 13024063.

HSL color Cylindrical-coordinate representation of color #3FBBC6: hue angle of 184.89º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3FBBC6 is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB63187198-
CMYK0.680.0600.22
HSL184.89º54.22%51.18%-
HSV(B)184.89º68.18%77.65%-
XYZ30.0140.6759.7-
YUV151.18154.4265.11-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.06%
GREEN value IS 187 (73.44% from 255) = 41.74%
BLUE value IS 198 (77.73% from 255) = 44.20%
R=14.06%
G=41.74%
B=44.20%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal631871980.680.0600.22184.8954.2251.18
Hex3FBBC6446016b93633
Octal7727330610460262716663
Binary1111111011101111000110100010011001011010111001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FBBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,187,198); }

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

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

 a { background-color: rgb(63,187,198); }

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

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

 span { border-color: rgb(63,187,198); }

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