#3FB8BE

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

Shades of Viking #3FB8BE

Tints of Viking #3FB8BE

Color information

#3FB8BE (or 0x3FB8BE) is unknown color: approx Viking. HEX triplet: 3F, B8 and BE. RGB value is (63,184,190). Sum of RGB (Red+Green+Blue) = 63+184+190=437 (57% of max value = 765). Red value is 63 (25% from 255 or 14.42% from 437); Green value is 184 (72.27% from 255 or 42.11% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 190 - color contains mainly: blue. Hex color #3FB8BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FB8BE is #C04741. Grayscale: #949494. Windows color (decimal): -12601154 or 12499007. OLE color: 12499007.

HSL color Cylindrical-coordinate representation of color #3FB8BE: hue angle of 182.83º 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 #3FB8BE is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB63184190-
CMYK0.670.0300.25
HSL182.83º50.2%49.61%-
HSV(B)182.83º66.84%74.51%-
XYZ28.4839.0654.75-
YUV148.5151.4167.01-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.42%
GREEN value IS 184 (72.27% from 255) = 42.11%
BLUE value IS 190 (74.61% from 255) = 43.48%
R=14.42%
G=42.11%
B=43.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal631841900.670.0300.25182.8350.249.61
Hex3FB8BE433019b73232
Octal7727027610330312676262
Binary111111101110001011111010000111101100110110111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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