#3FBCBE

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

Shades of Viking #3FBCBE

Tints of Viking #3FBCBE

Color information

#3FBCBE (or 0x3FBCBE) is unknown color: approx Viking. HEX triplet: 3F, BC and BE. RGB value is (63,188,190). Sum of RGB (Red+Green+Blue) = 63+188+190=441 (58% of max value = 765). Red value is 63 (25% from 255 or 14.29% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 190 - color contains mainly: blue. Hex color #3FBCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBCBE is #C04341. Grayscale: #969696. Windows color (decimal): -12600130 or 12500031. OLE color: 12500031.

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

Color convert

RGB63188190-
CMYK0.670.0100.25
HSL180.94º50.2%49.61%-
HSV(B)180.94º66.84%74.51%-
XYZ29.3340.7455.03-
YUV150.85150.0965.34-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.29%
GREEN value IS 188 (73.83% from 255) = 42.63%
BLUE value IS 190 (74.61% from 255) = 43.08%
R=14.29%
G=42.63%
B=43.08%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal631881900.670.0100.25180.9450.249.61
Hex3FBCBE431019b53232
Octal7727427610310312656262
Binary11111110111100101111101000011101100110110101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FBCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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