#3FB6BA

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

Shades of Viking #3FB6BA

Tints of Viking #3FB6BA

Color information

#3FB6BA (or 0x3FB6BA) is unknown color: approx Viking. HEX triplet: 3F, B6 and BA. RGB value is (63,182,186). Sum of RGB (Red+Green+Blue) = 63+182+186=431 (57% of max value = 765). Red value is 63 (25% from 255 or 14.62% from 431); Green value is 182 (71.48% from 255 or 42.23% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #3FB6BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FB6BA is #C04945. Grayscale: #929292. Windows color (decimal): -12601670 or 12236351. OLE color: 12236351.

HSL color Cylindrical-coordinate representation of color #3FB6BA: hue angle of 181.95º 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 #3FB6BA is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB63182186-
CMYK0.660.0200.27
HSL181.95º49.4%48.82%-
HSV(B)181.95º66.13%72.94%-
XYZ27.6438.0652.34-
YUV146.88150.0868.17-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.62%
GREEN value IS 182 (71.48% from 255) = 42.23%
BLUE value IS 186 (73.05% from 255) = 43.16%
R=14.62%
G=42.23%
B=43.16%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal631821860.660.0200.27181.9549.448.82
Hex3FB6BA42201Bb63131
Octal7726627210220332666161
Binary111111101101101011101010000101001101110110110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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