#3FB6BE

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

Shades of Viking #3FB6BE

Tints of Viking #3FB6BE

Color information

#3FB6BE (or 0x3FB6BE) is unknown color: approx Viking. HEX triplet: 3F, B6 and BE. RGB value is (63,182,190). Sum of RGB (Red+Green+Blue) = 63+182+190=435 (57% of max value = 765). Red value is 63 (25% from 255 or 14.48% from 435); Green value is 182 (71.48% from 255 or 41.84% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #3FB6BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FB6BE is #C04941. Grayscale: #939393. Windows color (decimal): -12601666 or 12498495. OLE color: 12498495.

HSL color Cylindrical-coordinate representation of color #3FB6BE: hue angle of 183.78º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FB6BE is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB63182190-
CMYK0.670.0400.25
HSL183.78º50.2%49.61%-
HSV(B)183.78º66.84%74.51%-
XYZ28.0738.2354.61-
YUV147.33152.0867.85-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.48%
GREEN value IS 182 (71.48% from 255) = 41.84%
BLUE value IS 190 (74.61% from 255) = 43.68%
R=14.48%
G=41.84%
B=43.68%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal631821900.670.0400.25183.7850.249.61
Hex3FB6BE434019b83232
Octal7726627610340312706262
Binary1111111011011010111110100001110001100110111000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,182,190); }

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

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

 a { background-color: rgb(63,182,190); }

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

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

 span { border-color: rgb(63,182,190); }

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