#3FB8B9

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

Shades of Viking #3FB8B9

Tints of Viking #3FB8B9

Color information

#3FB8B9 (or 0x3FB8B9) is unknown color: approx Viking. HEX triplet: 3F, B8 and B9. RGB value is (63,184,185). Sum of RGB (Red+Green+Blue) = 63+184+185=432 (57% of max value = 765). Red value is 63 (25% from 255 or 14.58% from 432); Green value is 184 (72.27% from 255 or 42.59% from 432); Blue value is 185 (72.66% from 255 or 42.82% from 432); Max value from RGB is 185 - color contains mainly: blue. Hex color #3FB8B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FB8B9 is #C04746. Grayscale: #939393. Windows color (decimal): -12601159 or 12171327. OLE color: 12171327.

HSL color Cylindrical-coordinate representation of color #3FB8B9: hue angle of 180.49º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FB8B9 is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB63184185-
CMYK0.660.0100.27
HSL180.49º49.19%48.63%-
HSV(B)180.49º65.95%72.55%-
XYZ27.9538.8451.92-
YUV147.94148.9167.42-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.58%
GREEN value IS 184 (72.27% from 255) = 42.59%
BLUE value IS 185 (72.66% from 255) = 42.82%
R=14.58%
G=42.59%
B=42.82%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal631841850.660.0100.27180.4949.1948.63
Hex3FB8B942101Bb43131
Octal7727027110210332646161
Binary11111110111000101110011000010101101110110100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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